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

Unified Diff: patches/nspr-warnings.patch

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 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 | « patches/nspr-static.patch ('k') | scripts/nspr-checkout.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/nspr-warnings.patch
===================================================================
--- patches/nspr-warnings.patch (revision 179237)
+++ patches/nspr-warnings.patch (working copy)
@@ -1,25 +0,0 @@
-Index: mozilla/nsprpub/pr/src/io/prprf.c
-===================================================================
-RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prprf.c,v
-retrieving revision 3.22
-diff -u -r3.22 prprf.c
---- mozilla/nsprpub/pr/src/io/prprf.c 6 Mar 2012 13:14:09 -0000 3.22
-+++ mozilla/nsprpub/pr/src/io/prprf.c 8 May 2012 00:42:47 -0000
-@@ -633,7 +633,7 @@
-
- #ifdef WIN32
- case TYPE_WSTRING:
-- nas[cn].u.s = va_arg( ap, WCHAR* );
-+ nas[cn].u.ws = va_arg( ap, WCHAR* );
- break;
- #endif
-
-@@ -675,7 +675,7 @@
- const char *s;
- int *ip;
- #ifdef WIN32
-- WCHAR *ws;
-+ const WCHAR *ws;
- #endif
- } u;
- const char *fmt0;
« no previous file with comments | « patches/nspr-static.patch ('k') | scripts/nspr-checkout.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698