summaryrefslogtreecommitdiff
path: root/src/rebuild.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-11-06 11:03:12 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2021-11-06 11:03:12 +0100
commit92cc25c10bcba1f14cbf28bd0298311b8e81a2ea (patch)
tree1d35fd2cd31f7ef3718b46244a4305b44c295ec1 /src/rebuild.cc
parent1689e28435021f9bd12d92d167113338eb230057 (diff)
Fix rebuilding after adding or removing of ctor.cc files to the build configuration using -a/-r commandline args..
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r--src/rebuild.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebuild.cc b/src/rebuild.cc
index af2bd8a..a03f5e3 100644
--- a/src/rebuild.cc
+++ b/src/rebuild.cc
@@ -114,7 +114,7 @@ bool contains(const std::vector<Source>& sources, const std::string& file)
}
void recompileCheck(const Settings& global_settings, int argc, char* argv[],
- bool force, bool relaunch_allowed)
+ bool relaunch_allowed)
{
using namespace std::string_literals;