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

Side by Side Diff: third_party/icu/patches/remove_warnings.patch

Issue 1566001: Update icudt42.dll ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/icu/icudt42.dll ('k') | third_party/icu/source/i18n/colldata.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(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)) {
OLDNEW
« no previous file with comments | « third_party/icu/icudt42.dll ('k') | third_party/icu/source/i18n/colldata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698