rusticl: silence warnings in generated sources

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36747>
This commit is contained in:
Karol Herbst 2025-08-12 23:30:37 +02:00 committed by Marge Bot
parent 09dd2bc388
commit ea69a01378

View file

@ -109,6 +109,7 @@ endif
rusticl_bindgen_args = [
bindgen_output_args,
'--raw-line', '#![allow(warnings)]',
'--no-convert-floats',
'--default-enum-style', 'rust',
'--with-derive-partialeq',