ICU-13143 - Suppress unused variable warning on *nix platforms.
X-SVN-Rev: 40053
This commit is contained in:
parent
02fd5ba64c
commit
0fe8e394bf
@ -1213,6 +1213,8 @@ uprv_convertToLCIDPlatform(const char* localeID)
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
(void)localeID; // Suppress unused variable warning.
|
||||
#endif /* USE_WINDOWS_LCID_MAPPING_API */
|
||||
|
||||
// No found, or not implemented on platforms without native name->lcid conversion
|
||||
|
Loading…
Reference in New Issue
Block a user