Removing more warnings

This commit is contained in:
Alexander Bock
2017-07-17 18:03:37 -04:00
parent 7cfa358f04
commit 7737b082d9
42 changed files with 265 additions and 162 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ int BasicGrid::ySegments() const {
return _ySegments;
}
void BasicGrid::validate(int xSegments, int ySegments) {
void BasicGrid::validate(int, int) {
ghoul_assert(
xSegments > 0 && ySegments > 0,
std::string("Resolution must be at least 1x1. (") +