aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-11-21 20:26:23 +0000
committerMike Buland <eichlan@xagasoft.com>2006-11-21 20:26:23 +0000
commit8fbf5fda24392d2a2ee19d6f40699a5de29da662 (patch)
treeac79c447bc4897d8cc350068504f184fdb8e4cfa /build.conf
parent2bb05378f31311c353d43688fa753822ab9a6461 (diff)
downloadlibbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.gz
libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.bz2
libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.xz
libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.zip
Everything in libbu++ now passes -Wall, this should have been done a long time
ago.
Diffstat (limited to '')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
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"
5"tests" action: check targets() filter regexp("^tests/.*$") 5"tests" action: check targets() filter regexp("^tests/.*$")
6"all" action: check targets() 6"all" action: check targets()
7 7
8set "CXXFLAGS" += "-ggdb" 8set "CXXFLAGS" += "-ggdb -Wall"
9 9
10"libbu++.a": 10"libbu++.a":
11 rule "lib", 11 rule "lib",