mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 08:10:05 +01:00
test: use -std=c89 instead of c90 for the build test
They're identical, but RHEL6 doesn't support -std=c90 https://gcc.gnu.org/onlinedocs/gcc/Standards.html https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html#C-Dialect-Options Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3bf7d50230
commit
4ba296cf90
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)/libevdev
|
|||
AM_LDFLAGS =
|
||||
|
||||
test_compile_pedantic_SOURCES = test-compile-pedantic.c
|
||||
test_compile_pedantic_CFLAGS = $(AM_CPPFLAGS) -pedantic -Werror -std=c90
|
||||
test_compile_pedantic_CFLAGS = $(AM_CPPFLAGS) -pedantic -Werror -std=c89
|
||||
|
||||
test_link_SOURCES = test-link.c
|
||||
test_link_CFLAGS = -I$(top_srcdir)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue