ICU-4827 Warning fixes for managed C++.
X-SVN-Rev: 18688
This commit is contained in:
parent
c6fdeb40d0
commit
6827d1ddc6
@ -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…
Reference in New Issue
Block a user