Skip to content

Commit

Permalink
wayland: permit unused parameters
Browse files Browse the repository at this point in the history
the Wayland callbacks have many params that we don't use; it isn't worthwhile to individually annotate these
  • Loading branch information
bi4k8 committed Dec 12, 2022
1 parent 1c8103e commit 68c64f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/display-wayland.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
#include "fonts.h"
#endif

#pragma GCC diagnostic ignored "-Wunused-parameter"

/* TODO: cleanup global namespace */
#ifdef BUILD_WAYLAND

Expand Down

0 comments on commit 68c64f0

Please sign in to comment.