From 1c62c36e3b4bf3bf67f953bce72a41b900c4cc2e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 20 Sep 2014 22:07:52 -0400 Subject: [PATCH] shader_parse: Fix missing enum identifier warning --- gfx/shader_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/shader_parse.c b/gfx/shader_parse.c index fee5c2825b..765d7ba833 100644 --- a/gfx/shader_parse.c +++ b/gfx/shader_parse.c @@ -608,7 +608,7 @@ static void shader_write_variable(config_file_t *conf, config_set_hex(conf, wram_buf, info->addr); break; - default: + case RARCH_STATE_NONE: break; } }