Skip to content

Commit 758b307

Browse files
committed
Build: fix a build warning
1 parent 5bfb423 commit 758b307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glslang/MachineIndependent/Intermediate.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,8 @@ TIntermTyped* TIntermediate::addConversion(TOperator op, const TType& type, TInt
11751175
canPromoteConstant = numericFeatures.contains(TNumericFeatures::shader_explicit_arithmetic_types) ||
11761176
numericFeatures.contains(TNumericFeatures::shader_explicit_arithmetic_types_int16);
11771177
break;
1178+
default:
1179+
break;
11781180
}
11791181
#endif
11801182

0 commit comments

Comments
 (0)