mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
rusticl: silence warnings in generated sources
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36747>
(cherry picked from commit ea69a01378)
This commit is contained in:
parent
a77f904530
commit
9c8853efba
2 changed files with 2 additions and 1 deletions
|
|
@ -3474,7 +3474,7 @@
|
|||
"description": "rusticl: silence warnings in generated sources",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ endif
|
|||
|
||||
rusticl_bindgen_args = [
|
||||
bindgen_output_args,
|
||||
'--raw-line', '#![allow(warnings)]',
|
||||
'--no-convert-floats',
|
||||
'--default-enum-style', 'rust',
|
||||
'--with-derive-partialeq',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue