Enable -Wall if compiling with clang
commit179920e422ead408f1a72010a0ce85ea0abb88f1
authorTobias Grosser <tobias@grosser.es>
Thu, 2 Jun 2011 16:29:06 +0000 (2 13:29 -0300)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Jun 2011 19:40:29 +0000 (7 21:40 +0200)
tree6ea1af528fbac7edfc485b0e91d7a96a429f18ab
parent07116ffed3da85d3b028eb7620fd2cab8814325e
Enable -Wall if compiling with clang

isl is at the moment free of warnings with 'clang -Wall'. To maintain this
enable -Wall by default. In case false positives show up, we disable the
corresponding warning type by adding e.g. -Wno-return-type. To disable all
warnings configure or compile with CFLAGS=-Wno-all.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
configure.ac
m4/ax_set_warning_flags.m4 [new file with mode: 0644]