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:
parent
a6c52ee73f
commit
a585e36d93
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user