wayland-protocols/tests/build-pedantic.c.in
Xavier Claessens cb38399d36 tests: Fix build with -Wextra
Unused arguments warnings are treated as errors in those tests
otherwise.

Fixes: #53.

Signed-off-by: Xavier Claessens <xavier.claessens@collabora.com>
2021-06-23 14:30:50 -04:00

12 lines
191 B
C

#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
#include "@PROTOCOL_SERVER_INCLUDE_FILE@"
/* This is a build-test only */
int
main(int argc, char **argv)
{
(void)argc;
(void)argv;
return 0;
}