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:
Karol Herbst 2025-08-12 23:30:37 +02:00 committed by Eric Engestrom
parent a77f904530
commit 9c8853efba
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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',