Commit be1085cb by John Kessenich

Build: add switch default to make compilers happy

parent fba125a9
...@@ -1352,6 +1352,8 @@ public: ...@@ -1352,6 +1352,8 @@ public:
case EbtBool: case EbtBool:
case EbtAtomicUint: case EbtAtomicUint:
return true; return true;
default:
break;
} }
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment