Codebase list ibutils / e7c7a4a
Fix build failure with GCC 10 Closes: #957354 Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com> Benjamin Drung 3 years ago
2 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix build failure with GCC 10
1 Bug-Debian: https://bugs.debian.org/957354
2
3 --- a/ibis/src/ibis_wrap.c
4 +++ b/ibis/src/ibis_wrap.c
5 @@ -3004,7 +3004,6 @@
6
7
8 /* globals */
9 - ibis_t IbisObj;
10 static ibis_opt_t *ibis_opt_p;
11 ibis_opt_t IbisOpts;
12
13 --- a/ibis/src/ibissh_wrap.cpp
14 +++ b/ibis/src/ibissh_wrap.cpp
15 @@ -3004,7 +3004,6 @@
16
17
18 /* globals */
19 - ibis_t IbisObj;
20 static ibis_opt_t *ibis_opt_p;
21 ibis_opt_t IbisOpts;
22
33 do_not_use_tmp.patch
44 makefile_dependencies.patch
55 cross.patch
6 gcc-10.patch