summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/types.hpp')
-rw-r--r--mmss/types.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/mmss/types.hpp b/mmss/types.hpp
index 668e2c2..bf95437 100644
--- a/mmss/types.hpp
+++ b/mmss/types.hpp
@@ -26,16 +26,16 @@
#pragma once
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
-
extern "C" {
#include <gmrf/gmrf.h>
}
+
+#define UNUSED __attribute__((unused))
+
+
struct gmrf {};
struct gmrf_iface {};