Skip to content

Commit

Permalink
fix release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 29, 2020
1 parent f3b03e6 commit 883ffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plan_setup_blueprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 883ffdc

Please sign in to comment.