There was an error while loading. Please reload this page.
1 parent 681a7aa commit 715d254Copy full SHA for 715d254
icu4c/source/common/uassert.h
@@ -32,7 +32,7 @@
32
# include <assert.h>
33
# define U_ASSERT(exp) assert(exp)
34
#elif U_CPLUSPLUS_VERSION
35
-# define U_ASSERT(exp) void()
+# define U_ASSERT(exp) (void)0
36
#else
37
# define U_ASSERT(exp)
38
#endif
0 commit comments