From 8fbf5fda24392d2a2ee19d6f40699a5de29da662 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 21 Nov 2006 20:26:23 +0000 Subject: Everything in libbu++ now passes -Wall, this should have been done a long time ago. --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index a8c76aa..a9c6d49 100644 --- a/build.conf +++ b/build.conf @@ -5,7 +5,7 @@ default action: check "libbu++.a" "tests" action: check targets() filter regexp("^tests/.*$") "all" action: check targets() -set "CXXFLAGS" += "-ggdb" +set "CXXFLAGS" += "-ggdb -Wall" "libbu++.a": rule "lib", -- cgit v1.2.3