Commit 017551f
committed
Move some error flags to warnings
Appears to be a GCC bug causing `restrict` warnings, and some
`maybe-uninitialized` ones that are more senstive. Downgrade them to
warnings since getting the compiler upgraded is time-sensitive.
Same with `redundant-move`.
Signed-off-by: Samuel E. Browne <[email protected]>1 parent 3ffbec4 commit 017551f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
121 | | - | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | | - | |
140 | 141 | | |
141 | | - | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments