diff options
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r-- | src/rebuild.cc | 2 |
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; |