Index: third_party/icu/source/i18n/colldata.cpp |
=================================================================== |
--- third_party/icu/source/i18n/colldata.cpp (revision 42287) |
+++ third_party/icu/source/i18n/colldata.cpp (working copy) |
@@ -467,7 +467,7 @@ |
UHashtable *cache; |
}; |
-U_CFUNC void deleteChars(void */*obj*/) |
+U_CFUNC void deleteChars(void * /*obj*/) |
{ |
// char *chars = (char *) obj; |
// All the key strings are owned by the |