glsl/pp: quieten compiler about missing case statements
authorKeith Whitwell <keithw@vmware.com>
Wed, 23 Dec 2009 15:56:31 +0000 (15:56 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 23 Dec 2009 16:10:37 +0000 (16:10 +0000)
src/glsl/pp/sl_pp_process.c

index 563ea948e70787def17dd906dc62502e4daad2d7..f89986dd8ef91b81ea56a97dd9f4f044d6050204 100644 (file)
@@ -146,6 +146,9 @@ sl_pp_process_get(struct sl_pp_context *context,
                      found_eof = 1;
                      found_eol = 1;
                      break;
+
+                  default:
+                     break;
                   }
                }