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