Commit 17c1154
committed
rust: inhibit all
After requesting other CIs to start giving a go to the Rust bits,
we have got our first report. However, this also means keeping track
of the list of warnings to be skipped for `bindgen` (in the case of
GCC builds) is more involved.
Given that GCC support is very experimental (and a hack), it is
simpler to ignore all the warnings. What we need is `bindgen`
supporting GCC (or possibly that we check the results of `bindgen`
via other means).
Link: https://lore.kernel.org/lkml/CAKwvOd=7QTUH69+ZbT7e8einvgcosTbDkyohmPaUBv6_y8RfrQ@mail.gmail.com/
Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/lkml/202201310402.vCWP8CUS-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>bindgen warnings in GCC builds1 parent a012f57 commit 17c1154
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 208 | | |
214 | 209 | | |
215 | 210 | | |
| |||
220 | 215 | | |
221 | 216 | | |
222 | 217 | | |
223 | | - | |
224 | | - | |
225 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
226 | 223 | | |
227 | 224 | | |
228 | 225 | | |
| |||
0 commit comments