Build: add switch default to make compilers happy
This commit is contained in:
parent
fba125a988
commit
be1085cb88
@ -1352,6 +1352,8 @@ public:
|
|||||||
case EbtBool:
|
case EbtBool:
|
||||||
case EbtAtomicUint:
|
case EbtAtomicUint:
|
||||||
return true;
|
return true;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user