summaryrefslogtreecommitdiffhomepage
path: root/x-plane-plugin
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-20 07:13:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-20 07:13:51 +0200
commitd50d9f9d436d7c9827d0d31913778012eb716323 (patch)
tree1700c3c34645b82a74364832f61e91d3cefb20ec /x-plane-plugin
parent3eb0d43aaa37b6d9e030a85197bf30fe7b47029e (diff)
x-plane: ignore diagnostic
Diffstat (limited to 'x-plane-plugin')
-rw-r--r--x-plane-plugin/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x-plane-plugin/plugin.c b/x-plane-plugin/plugin.c
index 999f6e15..c091f74d 100644
--- a/x-plane-plugin/plugin.c
+++ b/x-plane-plugin/plugin.c
@@ -16,6 +16,8 @@
#define PLUGIN_API
#endif
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+
/* using Wine name to ease things */
#define WINE_SHM_NAME "facetracknoir-wine-shm"
#define WINE_MTX_NAME "facetracknoir-wine-mtx"