[PATCH evemu 2/6] Drop pedantic from the warnings
Peter Hutterer
peter.hutterer at who-t.net
Thu Nov 21 17:50:37 PST 2013
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 at who-t.net>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.8.3.1
More information about the Input-tools
mailing list