mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-26 19:06:38 -04:00
COMP: Fix MAKE_WCS_BLOCK_NULL when HAVE_UNICODE_WCHAR is off.
This commit is contained in:
@@ -409,7 +409,7 @@ mkDouble(xmlrpc_env * const envP,
|
||||
#ifdef HAVE_UNICODE_WCHAR
|
||||
#define MAKE_WCS_BLOCK_NULL(val) ((val)->_wcs_block = NULL)
|
||||
#else
|
||||
#define MAKE_WCS_BLOCK_NULL(val) while (0) do {};
|
||||
#define MAKE_WCS_BLOCK_NULL(val) do {} while(0)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user