projects
/
platform
/
upstream
/
glslang.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bfb423
)
Build: fix a build warning
author
johnkslang
<john@johnkgo.com>
Sat, 15 Aug 2020 01:39:28 +0000
(19:39 -0600)
committer
johnkslang
<john@johnkgo.com>
Sat, 15 Aug 2020 01:39:28 +0000
(19:39 -0600)
glslang/MachineIndependent/Intermediate.cpp
patch
|
blob
|
history
diff --git
a/glslang/MachineIndependent/Intermediate.cpp
b/glslang/MachineIndependent/Intermediate.cpp
index 17e3fbc2b51eae493f165707cf7835a98d2c3731..b8c220d781b1a924dd7ac3057d6fea89cb913e1c 100755
(executable)
--- a/
glslang/MachineIndependent/Intermediate.cpp
+++ b/
glslang/MachineIndependent/Intermediate.cpp
@@
-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