Browse code

Add macro to help with unused parameter compiler warnings

Shawn Webb authored on 2014/07/10 01:02:48
Showing 1 changed files
... ...
@@ -56,6 +56,8 @@
56 56
 
57 57
 #endif
58 58
 
59
+#define UNUSEDPARAM(x) (void)(x)
60
+
59 61
 #include <sys/types.h>
60 62
 #include <sys/stat.h>
61 63