Commit b835b96
committed
Remove excess errors from config
`ARGUMENT_BLOCK_FORWARDING` seems to have been left unused since 8266572
The other I didn't find (possible I missed it)
Now this causes build failures in windows CI, not sure why only now:
```
src/diagnostic.c:781:46: error: array subscript 329 is above array bounds of 'const pm_diagnostic_data_t[329]' [-Werror=array-bounds=]
compiling build/shared/integer.o
781 | const char *message = diagnostic_messages[diag_id].message;
compiling build/shared/json.o
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
compiling build/shared/line_offset_list.o
src/diagnostic.c: In function 'pm_diagnostic_list_append':
src/diagnostic.c:97:35: note: while referencing 'diagnostic_messages'
97 | static const pm_diagnostic_data_t diagnostic_messages[PM_DIAGNOSTIC_ID_MAX] = {
| ^~~~~~~~~~~~~~~~~~~
```1 parent c5da02a commit b835b96
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
0 commit comments