mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-01-01 17:30:11 +01:00
test-compile-pedantic: replace -Wpedantic with -pedantic
-Wpedantic is a relatively new option, with -pedantic being the old version of it that works on older gcc versions too. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d15856c77a
commit
81780fc4d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue