We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d76ae7 commit 5c0232aCopy full SHA for 5c0232a
deps/icu-small/README-SMALL-ICU.txt
@@ -3,6 +3,6 @@ Small ICU sources - auto generated by shrink-icu-src.py
3
This directory contains the ICU subset used by --with-intl=small-icu (the default)
4
It is a strict subset of ICU 67 source files with the following exception(s):
5
* deps/icu-small/source/data/in/icudt67l.dat : Reduced-size data file
6
-
+* deps/icu-small/source/common/uassert.h : Manual backport of ICU-21081
7
8
To rebuild this directory, see ../../tools/icu/README.md
deps/icu-small/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