| Index: source/test/letest/cmaps.cpp
|
| diff --git a/source/test/letest/cmaps.cpp b/source/test/letest/cmaps.cpp
|
| index 7eedb000e319f346ed23644054ff4587d35b20c3..0232546c72da279d0e96989598c249b51621f54c 100644
|
| --- a/source/test/letest/cmaps.cpp
|
| +++ b/source/test/letest/cmaps.cpp
|
| @@ -1,6 +1,6 @@
|
| /***************************************************************************
|
| *
|
| -* Copyright (C) 1998-2013, International Business Machines
|
| +* Copyright (C) 1998-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| ************************************************************************/
|
| @@ -121,6 +121,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;
|
|
|