diff options
Diffstat (limited to 'debian/patches/0603_nx-X11_compilation_warnings.full.patch')
-rw-r--r-- | debian/patches/0603_nx-X11_compilation_warnings.full.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/0603_nx-X11_compilation_warnings.full.patch b/debian/patches/0603_nx-X11_compilation_warnings.full.patch index 3656461b6..37e687a53 100644 --- a/debian/patches/0603_nx-X11_compilation_warnings.full.patch +++ b/debian/patches/0603_nx-X11_compilation_warnings.full.patch @@ -1,8 +1,8 @@ Description: Handle some serious compilation warnings Author: Mirraz Mirraz <mirraz1@rambler.ru> ---- a/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c 2013-08-30 20:18:40.000000000 +0600 -+++ b/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c 2013-09-30 18:39:42.357560169 +0600 -@@ -3259,7 +3259,6 @@ +--- a/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c ++++ b/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c +@@ -3259,7 +3259,6 @@ parse_vp_instruction (GLcontext * ctx, G vp->SrcReg[0].Swizzle = SWIZZLE_NOOP; vp->SrcReg[1].Swizzle = SWIZZLE_NOOP; vp->SrcReg[2].Swizzle = SWIZZLE_NOOP; @@ -10,9 +10,9 @@ Author: Mirraz Mirraz <mirraz1@rambler.ru> vp->DstReg.WriteMask = 0xf; switch (type) { ---- a/nx-X11/lib/X11/imLcPrs.c 2013-08-30 20:18:40.000000000 +0600 -+++ b/nx-X11/lib/X11/imLcPrs.c 2013-09-30 19:02:56.925125678 +0600 -@@ -589,7 +589,7 @@ +--- a/nx-X11/lib/X11/imLcPrs.c ++++ b/nx-X11/lib/X11/imLcPrs.c +@@ -589,7 +589,7 @@ parseline( l = _Xmbstoutf8(local_utf8_buf, rhs_string_mb, LOCAL_UTF8_BUFSIZE - 1); if (l == LOCAL_UTF8_BUFSIZE - 1) { @@ -21,9 +21,9 @@ Author: Mirraz Mirraz <mirraz1@rambler.ru> } if( (rhs_string_utf8 = (char *)Xmalloc(l + 1)) == NULL ) { Xfree( rhs_string_wc ); ---- a/nx-X11/programs/Xserver/xkb/ddxLoad.c 2013-08-30 20:18:40.000000000 +0600 -+++ b/nx-X11/programs/Xserver/xkb/ddxLoad.c 2013-09-30 18:56:27.358995920 +0600 -@@ -37,6 +37,12 @@ +--- a/nx-X11/programs/Xserver/xkb/ddxLoad.c ++++ b/nx-X11/programs/Xserver/xkb/ddxLoad.c +@@ -37,6 +37,12 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <errno.h> #include <stdio.h> #include <ctype.h> |