Commit 0fe80e7
committed
Disable optional compiler errors
`-Wall -Werror` is fragile for released software, because any new version of
the compiler can introduce new warnings, in which case the project will fail
to build. These options should only be used by the project's developers.1 parent 05d8f53 commit 0fe80e7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments