mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 18:40:42 +01:00
glsl/pp: quieten compiler about missing case statements
This commit is contained in:
parent
cc7a2d8e64
commit
cdd25ab8cf
1 changed files with 3 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ sl_pp_process_get(struct sl_pp_context *context,
|
|||
found_eof = 1;
|
||||
found_eol = 1;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue