aboutsummaryrefslogtreecommitdiff
path: root/build/bin
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-14 09:47:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-14 09:47:40 +0200
commit8276259438592439236341b74300cb5538303c83 (patch)
tree0e072ee31bd13ff55f2c3e0d4a0b50725f8dd73f /build/bin
parent70613e9be046c9cddd2486505a44d3a0324d6d95 (diff)
Add notion of strong/weak amalgamation, make strong new clean boundary
Diffstat (limited to 'build/bin')
-rw-r--r--build/bin/module.cxx2
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)
{