ICU-13275 clear a clang warning introduced with the other warning fixes.

X-SVN-Rev: 40300
This commit is contained in:
Andy Heninger 2017-07-31 17:41:42 +00:00
parent 5098dd9abf
commit 425f9eb00f

View file

@ -1069,7 +1069,7 @@ uprv_getWindowsTimeZone()
U_CAPI const char* U_EXPORT2
uprv_tzname(int n)
{
n; // Avoid unreferenced parameter warning.
(void)n; // Avoid unreferenced parameter warning.
const char *tzid = NULL;
#if U_PLATFORM_USES_ONLY_WIN32_API
#if U_PLATFORM_HAS_WINUWP_API > 0