mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 03:06:38 +00:00
ICU-4827 Warning fixes for managed C++.
X-SVN-Rev: 18688
This commit is contained in:
parent
c6fdeb40d0
commit
6827d1ddc6
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ typedef unsigned int uint32_t;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && defined(_M_IX86)
|
||||
#if defined(_MSC_VER) && defined(_M_IX86) && !defined(_MANAGED)
|
||||
#define U_ALIGN_CODE(val) __asm align val
|
||||
#else
|
||||
#define U_ALIGN_CODE(val)
|
||||
|
|
Loading…
Add table
Reference in a new issue