diff options
Diffstat (limited to 'build/bin')
-rw-r--r-- | build/bin/module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/module.cxx b/build/bin/module.cxx index ab1c1f5..5e7888b 100644 --- a/build/bin/module.cxx +++ b/build/bin/module.cxx @@ -31,7 +31,7 @@ namespace build extern "C" void bin_init (scope& root, scope& base, - const location& l, + const location&, std::unique_ptr<module>&, bool) { |