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; |