Build: add switch default to make compilers happy
authorJohn Kessenich <cepheus@frii.com>
Tue, 20 Jun 2017 15:26:06 +0000 (09:26 -0600)
committerJohn Kessenich <cepheus@frii.com>
Tue, 20 Jun 2017 15:26:33 +0000 (09:26 -0600)
glslang/Include/Types.h

index faefd47..81268df 100644 (file)
@@ -1352,6 +1352,8 @@ public:
         case EbtBool:
         case EbtAtomicUint:
             return true;
+        default:
+            break;
         }
         return false;
     }