Commit 9343226
committed
Merge branch 'js/ci-gcc-12-fixes'
This branch brings a couple of fixes to be able to compile Git in
`DEVELOPER=1` mode again.
The only remaining issue is a local variable's address in
`run_active_slot()` in `http.c` that is assigned to a struct that is
still valid after the function scope was left. Junio wanted to do this
differently from my proposed solution, and we'll merge Junio's
work-around next.
Signed-off-by: Johannes Schindelin <[email protected]>3 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | 326 | | |
328 | 327 | | |
329 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3124 | 3124 | | |
3125 | 3125 | | |
3126 | 3126 | | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
| 3133 | + | |
| 3134 | + | |
| 3135 | + | |
3127 | 3136 | | |
3128 | 3137 | | |
3129 | 3138 | | |
| |||
0 commit comments