diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-11-22 11:50:37 +1000 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2013-11-27 13:19:45 -0500 |
commit | dbf3282d17c0f74948fe2f2b19467a41fccffd8c (patch) | |
tree | 882dc8abe30b04705bb855b710c72a0dfe34080a /configure.ac | |
parent | d642c0c28f92fd591f3ce3e114d8ce774b8d54e3 (diff) |
Drop pedantic from the warnings
This seems a bit excessive for a tool like this. We're not going to run
nuclear powerplants on evemu. I hope.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9a3f854..d9f434f 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ if test "x$XMLTO" = "x" || test "x$ASCIIDOC" = "x"; then fi AC_SUBST(AM_CFLAGS, - "-Wall -Wextra -pedantic") + "-Wall -Wextra") AC_CONFIG_FILES([Makefile |