libinput/test/build-pedantic.c
Peter Hutterer fab5cc3439 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>
2014-01-15 11:26:08 +10:00

8 lines
103 B
C

#include <libinput.h>
/* This is a build-test only */
int
main(int argc, char **argv) {
return 0;
}