glsl/pp: quieten compiler about missing case statements

This commit is contained in:
Keith Whitwell 2009-12-23 15:56:31 +00:00
parent cc7a2d8e64
commit cdd25ab8cf

View file

@ -146,6 +146,9 @@ sl_pp_process_get(struct sl_pp_context *context,
found_eof = 1;
found_eol = 1;
break;
default:
break;
}
}