Skip to content

Commit f475bf9

Browse files
committed
gcc warning
1 parent abaaf53 commit f475bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsrc/cip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ finrle: ;
13351335
// ngoodperma is the number of values in perma inherited from earlier blocks
13361336

13371337
UI permx=0; C perm=0xE4; // index of perm we are using, and that perm
1338-
C static perms8[25] = {0xE4,0xB4,0xD8,0x78,0x9C,0x6C,0xE1,0xB1,0xC9,0x39,0x8D,0x2D,0xD2,0x72,0xC6,0x36,0x4E,0x1E,0x93,0x63,0x87,0x27,0x4B,0x1B,~0x1B}; // perms in order of reversed bitpos, i. e. 3 2 1 0 first
1338+
static C perms8[25] = {0xE4,0xB4,0xD8,0x78,0x9C,0x6C,0xE1,0xB1,0xC9,0x39,0x8D,0x2D,0xD2,0x72,0xC6,0x36,0x4E,0x1E,0x93,0x63,0x87,0x27,0x4B,0x1B,~0x1B}; // perms in order of reversed bitpos, i. e. 3 2 1 0 first
13391339
I bestnperma=ngoodperma; C bestperm=perm; // best incomplete value so far
13401340

13411341
// loop till we find a valid permutation

0 commit comments

Comments
 (0)