Build: add switch default to make compilers happy
This commit is contained in:
parent
fba125a988
commit
be1085cb88
1 changed files with 2 additions and 0 deletions
|
|
@ -1352,6 +1352,8 @@ public:
|
||||||
case EbtBool:
|
case EbtBool:
|
||||||
case EbtAtomicUint:
|
case EbtAtomicUint:
|
||||||
return true;
|
return true;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue