mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
cd466c87ec
Signed-off-by: David Spencer <baildon.research@googlemail.com>
19 lines
1.2 KiB
Diff
19 lines
1.2 KiB
Diff
diff -u -r jfsw-orig/jfbuild/src/kplib.c jfsw/jfbuild/src/kplib.c
|
|
--- jfsw-orig/jfbuild/src/kplib.c 2016-02-20 06:31:24.000000000 +0000
|
|
+++ jfsw/jfbuild/src/kplib.c 2016-06-08 00:12:21.495980101 +0100
|
|
@@ -181,13 +181,13 @@
|
|
static int gslidew = 0, gslider = 0, xm, xmn[4], xr0, xr1, xplc, yplc;
|
|
static INT_PTR nfplace;
|
|
static int clen[320], cclen[19], bitpos, filt, xsiz, ysiz;
|
|
-static int xsizbpl, ixsiz, ixoff, iyoff, ixstp, iystp, intlac, nbpl, trnsrgb ASMNAME("trnsrgb");
|
|
+static int xsizbpl, ixsiz, ixoff, iyoff, ixstp, iystp, intlac, nbpl, __attribute__((used)) trnsrgb ASMNAME("trnsrgb");
|
|
static int ccind[19] = {16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15};
|
|
static int hxbit[59][2], ibuf0[288], nbuf0[32], ibuf1[32], nbuf1[32];
|
|
static const unsigned char *filptr;
|
|
static unsigned char slidebuf[32768], opixbuf0[4], opixbuf1[4];
|
|
static unsigned char pnginited = 0, olinbuf[65536] ASMNAME("olinbuf"); //WARNING:max xres is: 65536/bpp-1
|
|
-static int gotcmov = -2, abstab10[1024] ASMNAME("abstab10");
|
|
+static int gotcmov = -2, __attribute__((used)) abstab10[1024] ASMNAME("abstab10");
|
|
|
|
//Variables to speed up dynamic Huffman decoding:
|
|
#define LOGQHUFSIZ0 9
|