mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
glsl2: Fix warning from always-false assert not being known to not return.
This commit is contained in:
parent
17a307d154
commit
87a2ee8db6
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ _mesa_glsl_shader_target_name(enum _mesa_glsl_parser_targets target)
|
|||
}
|
||||
|
||||
assert(!"Should not get here.");
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue