OLD | NEW |
(Empty) | |
| 1 Index: source/i18n/colldata.cpp |
| 2 =================================================================== |
| 3 --- source/i18n/colldata.cpp (revision 42287) |
| 4 +++ source/i18n/colldata.cpp (working copy) |
| 5 @@ -467,7 +467,7 @@ |
| 6 UHashtable *cache; |
| 7 }; |
| 8 |
| 9 -U_CFUNC void deleteChars(void */*obj*/) |
| 10 +U_CFUNC void deleteChars(void * /*obj*/) |
| 11 { |
| 12 // char *chars = (char *) obj; |
| 13 // All the key strings are owned by the |
| 14 Index: source/tools/toolutil/swapimpl.cpp |
| 15 =================================================================== |
| 16 --- source/tools/toolutil/swapimpl.cpp (revision 42287) |
| 17 +++ source/tools/toolutil/swapimpl.cpp (working copy) |
| 18 @@ -541,11 +541,8 @@ |
| 19 const uint8_t *inBytes; |
| 20 uint8_t *outBytes; |
| 21 |
| 22 - const int32_t *inIndexes; |
| 23 - int32_t indexes[32]; |
| 24 + int32_t offset; |
| 25 |
| 26 - int32_t i, offset, count; |
| 27 - |
| 28 /* udata_swapDataHeader checks the arguments */ |
| 29 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode); |
| 30 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { |
OLD | NEW |