Remove GCC warnings

This commit is contained in:
Alexander Bock
2017-11-13 16:22:07 -05:00
parent 3f6e5e6ace
commit 3a7f221793
72 changed files with 140 additions and 139 deletions
@@ -155,7 +155,7 @@ unsigned int TileTextureInitData::getUniqueIdFromTextureFormat(
case Format::DepthComponent:
return 6;
default:
ghoul_assert(false, "Unknown texture format");
throw ghoul::MissingCaseException();
}
}