- fixed the bouncybrick artifact bug
[supertux.git] / src / defines.h
index a2e8c16..c96fda4 100644 (file)
@@ -118,5 +118,7 @@ enum DyingType {
        #define DEBUG_MSG( msg ) {}
 #endif
 
+#define UNUSED_ARG(a) do {/* null */} while (&a == 0)
+
 #endif /*SUPERTUX_DEFINES_H*/