]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/cmaps.cpp
ICU-59152.0.1.tar.gz
[apple/icu.git] / icuSources / test / letest / cmaps.cpp
index 7eedb000e319f346ed23644054ff4587d35b20c3..382799ab0bdf698fdffda976914cc3ae22d204a8 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /***************************************************************************
 *
-*   Copyright (C) 1998-2013, International Business Machines
+*   Copyright (C) 1998-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ************************************************************************/
@@ -121,6 +123,9 @@ CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
     {
       subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
       //printf("%s:%d: using subtable #%d/%d type %d:%d\n", __FILE__, __LINE__, foundTable, nSubtables, foundPlatformID, foundPlatformSpecificID);
+      (void)foundPlatformID;   // Suppress unused variable compiler warnings.
+      (void)foundTable;
+      (void)foundPlatformSpecificID;
     } else {
       printf("%s:%d: could not find subtable.\n", __FILE__, __LINE__);
       return NULL;