mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Jenkins compile error
This commit is contained in:
@@ -63,7 +63,7 @@ int BasicGrid::ySegments() const {
|
||||
return _ySegments;
|
||||
}
|
||||
|
||||
void BasicGrid::validate(int, int) {
|
||||
void BasicGrid::validate([[maybe_unused]] int xSegments, [[maybe_unused]] int ySegments) {
|
||||
ghoul_assert(
|
||||
xSegments > 0 && ySegments > 0,
|
||||
std::string("Resolution must be at least 1x1. (") +
|
||||
|
||||
Reference in New Issue
Block a user