aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras
diff options
context:
space:
mode:
authorMirraz Mirraz <mirraz1@rambler.ru>2015-02-13 13:34:16 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-13 13:34:16 +0100
commit96d5e74a30ea8571c3e403bd5d5b3080aaa193f1 (patch)
tree1393a985fe66b8a04af7c4d60c1a2e9bce45cef6 /nx-X11/extras
parent415b20b6fbf562d4132fca90a00b6c32d94040ed (diff)
downloadnx-libs-96d5e74a30ea8571c3e403bd5d5b3080aaa193f1.tar.gz
nx-libs-96d5e74a30ea8571c3e403bd5d5b3080aaa193f1.tar.bz2
nx-libs-96d5e74a30ea8571c3e403bd5d5b3080aaa193f1.zip
Handle some serious compilation warnings (603_nx-X11_compilation_warnings.full.patch).
Diffstat (limited to 'nx-X11/extras')
-rw-r--r--nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c b/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
index 57891b234..ed1cbd908 100644
--- 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, GLubyte ** inst,
vp->SrcReg[0].Swizzle = SWIZZLE_NOOP;
vp->SrcReg[1].Swizzle = SWIZZLE_NOOP;
vp->SrcReg[2].Swizzle = SWIZZLE_NOOP;
- vp->SrcReg[3].Swizzle = SWIZZLE_NOOP;
vp->DstReg.WriteMask = 0xf;
switch (type) {