This patch is
Reviewed-by: Ian Romanick
On 03/20/2015 06:59 AM, Jose Fonseca wrote:
> This addresses
>
> ...\glsl_parser.cpp(...) : warning C4065: switch statement contains
> 'default' but no 'case' labels
>
> This is on code generated by bison, which we have little control.
>
> It seems u
This addresses
...\glsl_parser.cpp(...) : warning C4065: switch statement contains 'default'
but no 'case' labels
This is on code generated by bison, which we have little control.
It seems useful to have this warning otherwise enabled.
---
src/glsl/glsl_parser.yy | 4
1 file changed, 4