mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 02:20:12 +01:00
Unused arguments warnings are treated as errors in those tests otherwise. Fixes: #53. Signed-off-by: Xavier Claessens <xavier.claessens@collabora.com>
14 lines
213 B
C++
14 lines
213 B
C++
#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
|
|
#include "@PROTOCOL_SERVER_INCLUDE_FILE@"
|
|
|
|
/* This is a build-test only */
|
|
|
|
using namespace std;
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
(void)argc;
|
|
(void)argv;
|
|
return 0;
|
|
}
|