mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06: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