]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/eurocreg.c
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / eurocreg.c
index a070374b802ae9c424de24f3e654c99c3671f204..05f24700faf8fe32499371c8fa7d5f77058c5b1d 100644 (file)
@@ -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");