X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..1a147d096ae81f4c8262f7bfc56bd19fc2dee932:/icuSources/test/cintltst/eurocreg.c diff --git a/icuSources/test/cintltst/eurocreg.c b/icuSources/test/cintltst/eurocreg.c index a070374b..05f24700 100644 --- a/icuSources/test/cintltst/eurocreg.c +++ b/icuSources/test/cintltst/eurocreg.c @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1999-2006, International Business Machines Corporation and + * Copyright (c) 1999-2013, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ #include "unicode/utypes.h" @@ -46,7 +48,7 @@ void addTestEuroRegression(TestNode** root) * I could not find such "updates" for codepages 1362 and 1363 - we might want to supply them later. */ -char convertersToCheck[][15] = { +static const char convertersToCheck[][15] = { "cp1250", "cp1251", "cp1252", @@ -163,6 +165,7 @@ UBool isEuroAware(UConverter* myConv) target, targetSize, &err); + (void)euroBackSize; /* Suppress set but not used warning. */ if (U_FAILURE(err)) { log_err("Failure Occured in ucnv_toUChars euro roundtrip test\n");