This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
libinput
Watch
1
Star
0
Fork
You've already forked libinput
0
mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced
2025-12-20 12:40:05 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
48e54894b3
libinput
/
test
/
build-pedantic.c
10 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
test: add a build-test for -pedantic We don't build with -pedantic, but a caller may try to actually stick to the c99 standard, so let's make sure our public header doesn't cause any issues there. Likewise, make sure that our header compiles with GNU C90. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-12-06 14:18:39 +10:00
#
include
<libinput.h>
/* This is a build-test only */
int
Fix a couple of coding style issues Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-05-01 11:41:12 +10:00
main
(
void
)
{
test: add a build-test for -pedantic We don't build with -pedantic, but a caller may try to actually stick to the c99 standard, so let's make sure our public header doesn't cause any issues there. Likewise, make sure that our header compiles with GNU C90. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-12-06 14:18:39 +10:00
return
0
;
}
Reference in a new issue
Copy permalink