You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
375 B
12 lines
375 B
--- a/Include/Linux-x86/XnPlatformLinux-x86.h
|
|
+++ b/Include/Linux-x86/XnPlatformLinux-x86.h
|
|
@@ -163,7 +163,7 @@
|
|
#define XN_STRINGIFY_HELPER(n) #n
|
|
|
|
/** Asserts an expression, only on Debug build. */
|
|
-#define XN_ASSERT(x)
|
|
+#define XN_ASSERT(x) ((void)(x))
|
|
|
|
//---------------------------------------------------------------------------
|
|
// API Export/Import Macros
|