Build: fix a build warning
authorjohnkslang <john@johnkgo.com>
Sat, 15 Aug 2020 01:39:28 +0000 (19:39 -0600)
committerjohnkslang <john@johnkgo.com>
Sat, 15 Aug 2020 01:39:28 +0000 (19:39 -0600)
glslang/MachineIndependent/Intermediate.cpp

index 17e3fbc..b8c220d 100755 (executable)
@@ -1175,6 +1175,8 @@ TIntermTyped* TIntermediate::addConversion(TOperator op, const TType& type, TInt
         canPromoteConstant = numericFeatures.contains(TNumericFeatures::shader_explicit_arithmetic_types) ||
                              numericFeatures.contains(TNumericFeatures::shader_explicit_arithmetic_types_int16);
         break;
+    default:
+        break;
     }
 #endif