Commit e21f8ab
build: temporarily allow several warning
Since the current build system uses -Werror, these warnings
immediately break the build on Arch Linux. This commit
temporarily allows:
- Deprecated declarations (due to cmocka API changes)
- discarded-qualifiers (e.g. strchr assignment with const
parameter).
This is a temporary workaround.
Signed-off-by: Juergen Repp <juergen_repp@web.de>1 parent 29e23a6 commit e21f8ab
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments