KhronosGroup / glslang

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Other
2.9k stars 816 forks source link

Fix implicit-fallthrough warnings and enable the warning flags in CMakelists.txt #3525

Closed arcady-lunarg closed 4 months ago

arcady-lunarg commented 4 months ago

This follows up on work done by @AnyOldName3 in #3518, clang is a bit pickier than gcc when it comes to fallthrough comments.