glsl/pp: quieten compiler about missing case statements
This commit is contained in:
@@ -146,6 +146,9 @@ sl_pp_process_get(struct sl_pp_context *context,
|
||||
found_eof = 1;
|
||||
found_eol = 1;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user