]> icculus.org git repositories - dana/openbox.git/commit
add some more warning flags for debug builds
authorDana Jansens <danakj@orodu.net>
Mon, 4 Oct 2010 22:46:32 +0000 (18:46 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 24 Jan 2011 19:19:22 +0000 (14:19 -0500)
commita21e9c9cc5f2b1a62e7812c1bf4393089505abeb
tree4a1cf6df0ad1fbadbab94836134dcc831620aec4
parent6e5de3b57eb1b39c2c3bd170c2dfca205d4a49ff
add some more warning flags for debug builds

-Wno-write-strings so that "foo" is treated as a const char* not a char*.
-Wextra for more fun
m4/openbox.m4