[PATCH libevdev] test-compile-pedantic: replace -Wpedantic with -pedantic
Gaetan Nadon
memsize at videotron.ca
Mon Nov 25 08:13:02 PST 2013
Looks like a typo.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index 8cdd370..f3102ea 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -34,7 +34,7 @@ test_libevdev_SOURCES = \
test_libevdev_LDADD = $(CHECK_LIBS) $(GCOV_LDFLAGS)
test_compile_pedantic_SOURCES = test-compile-pedantic.c
-test_compile_pedantic_CFLAGS = $(AM_CPPFLAGS) -Wpedantic -Werror -std=c90
+test_compile_pedantic_CFLAGS = $(AM_CPPFLAGS) -pedantic -Werror -std=c90
if GCOV_ENABLED
--
1.7.9.5
More information about the Input-tools
mailing list