glsl2: Fix warning from always-false assert not being known to not return.
This commit is contained in:
@@ -45,6 +45,7 @@ _mesa_glsl_shader_target_name(enum _mesa_glsl_parser_targets target)
|
||||
}
|
||||
|
||||
assert(!"Should not get here.");
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user