Codebase list fermi-lite / 35eb66e
Fix package to build with gcc-10 Nilesh Patra 4 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix package to build with GCC-10
1 Bug-Debian: https://bugs.debian.org/957198
2 Author: Nilesh Patra <npatra974@gmail.com>
3 Last-Update: Sat, 18 Apr 2020 22:55:21 +0530
4
5 --- a/rle.h
6 +++ b/rle.h
7 @@ -30,7 +30,7 @@
8 *** 43+3 codec ***
9 ******************/
10
11 -const uint8_t rle_auxtab[8];
12 +extern const uint8_t rle_auxtab[8];
13
14 #define RLE_MIN_SPACE 18
15 #define rle_nptr(block) ((uint16_t*)(block))
44 simde
55 ensure-signed-comparison.patch
66 sync_instead_of_atomic
7 gcc10.patch