summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-18 16:56:06 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-18 16:56:06 +0100
commit0587bef25eb23f58aad1cd0b39d6bcb2dd074578 (patch)
treeef87590bd512577ffe30bcd3d9b4d06edd24b4d1 /src/types.h
parent7efd6c82cb359b5220134f5e65828a671f4e8b1c (diff)
downloadbabel-0587bef25eb23f58aad1cd0b39d6bcb2dd074578.tar
babel-0587bef25eb23f58aad1cd0b39d6bcb2dd074578.zip
Compile options, -Wextra fixes
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 0907232..db4f573 100644
--- a/src/types.h
+++ b/src/types.h
@@ -30,6 +30,9 @@
#include <gmrf/gmrf.h>
+#define UNUSED __attribute__((unused))
+
+
#define GP_BABEL_NODE_ID_LENGTH 8
typedef struct __attribute__((packed)) gp_gabel_node_id {