1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

wayland: permit unused parameters

the Wayland callbacks have many params that we don't use; it isn't worthwhile to individually annotate these
This commit is contained in:
bi4k8 2022-12-12 20:48:26 +00:00 committed by Brenden Matthews
parent a6c52ee73f
commit a585e36d93
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -59,6 +59,8 @@
#include "fonts.h" #include "fonts.h"
#endif #endif
#pragma GCC diagnostic ignored "-Wunused-parameter"
/* TODO: cleanup global namespace */ /* TODO: cleanup global namespace */
#ifdef BUILD_WAYLAND #ifdef BUILD_WAYLAND