Browse Source

Add CE_UNUSED macro

Daniele Bartolini 11 years ago
parent
commit
8d0e5ab410
1 changed files with 2 additions and 0 deletions
  1. 2 0
      engine/core/Macros.h

+ 2 - 0
engine/core/Macros.h

@@ -39,3 +39,5 @@ OTHER DEALINGS IN THE SOFTWARE.
 #else
 #else
 	#error "Compiler not supported"
 	#error "Compiler not supported"
 #endif
 #endif
+
+#define CE_UNUSED(x) (void)(x)