mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-13275 clear a clang warning introduced with the other warning fixes.
X-SVN-Rev: 40300
This commit is contained in:
parent
5098dd9abf
commit
425f9eb00f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue