summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/path-search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp
index 59ae8852..26759bd0 100644
--- a/src/path-search.cpp
+++ b/src/path-search.cpp
@@ -62,7 +62,7 @@ constexpr Pair<Vector2i, Vector2i> get_value(Vector2i sz, Vector2ub div, rotatio
default:
fm_abort("wrong 4-way rotation enum '%d'", (int)r);
}
-};
+}
[[maybe_unused]] constexpr bool test_offsets()
{