Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: source/test/letest/cmaps.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/letest/cletest.vcxproj.filters ('k') | source/test/letest/gendata.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « source/test/letest/cletest.vcxproj.filters ('k') | source/test/letest/gendata.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698