ICU-13143 - Suppress unused variable warning on *nix platforms.

X-SVN-Rev: 40053
This commit is contained in:
Jeff Genovy 2017-04-13 23:32:36 +00:00
parent 02fd5ba64c
commit 0fe8e394bf

View File

@ -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