aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/Initialize.cpp
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-03-08 23:14:42 +0000
committerJohn Kessenich <cepheus@frii.com>2013-03-08 23:14:42 +0000
commitcfd643e4476fcef6d1e765685dcf688a4c52143b (patch)
tree85104b37b15508a5f3f393308445549159fda944 /glslang/MachineIndependent/Initialize.cpp
parent37827023c480a3845d9264c987708f5675d85536 (diff)
downloadglslang-cfd643e4476fcef6d1e765685dcf688a4c52143b.tar.gz
Another round of gcc/g++ fixes.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@20819 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'glslang/MachineIndependent/Initialize.cpp')
-rw-r--r--glslang/MachineIndependent/Initialize.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/glslang/MachineIndependent/Initialize.cpp b/glslang/MachineIndependent/Initialize.cpp
index 0cc4e4f0..dad01c95 100644
--- a/glslang/MachineIndependent/Initialize.cpp
+++ b/glslang/MachineIndependent/Initialize.cpp
@@ -1318,6 +1318,9 @@ void IdentifyBuiltIns(int version, EProfile profile, EShLanguage language, TSymb
case EShLangTessEvaluation:
case EShLangGeometry:
// TODO: support these stages
+
+ default:
+ assert(false && "Language not supported");
break;
}