From 9e2ae24794d6dbcae3dd662f6416162e96ac7d0f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 19 Mar 2017 14:17:37 +0300 Subject: Suppress clang warnings --- build2/test/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 0e1aff6..25eb0b8 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -381,7 +381,7 @@ namespace build2 text << "test " << t << " with " << ts << " on " << tt; } - script::script s (t, ts, wd); + build2::test::script::script s (t, ts, wd); { parser p; -- cgit v1.1