From 883ffdcc4f7072d7faa0ba7114824ade63b4cb0c Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Fri, 28 Feb 2020 20:42:38 -0600 Subject: [PATCH] fix release builds --- plan_setup_blueprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan_setup_blueprint.cpp b/plan_setup_blueprint.cpp index ee1b2116..860893a3 100644 --- a/plan_setup_blueprint.cpp +++ b/plan_setup_blueprint.cpp @@ -15,7 +15,7 @@ REQUIRE_GLOBAL(world); -bool PlanSetup::add(const room_blueprint & rb, std::string & error, df::coord exit_location) +bool PlanSetup::add(const room_blueprint & rb, std::string & error, df::coord VARIABLE_IS_NOT_USED exit_location) { for (auto c : rb.corridor) {