mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
amd/addrlib: Ignore self-assign warnings.
There was a preference to not fix addrlib to make syncing with upstream easier. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13164>
This commit is contained in:
parent
22673a980f
commit
966c171d88
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@ else
|
|||
endif
|
||||
|
||||
foreach w : ['-Wno-unused-variable', '-Wno-unused-local-typedefs',
|
||||
'-Wno-unused-but-set-variable', '-Wno-maybe-uninitialized']
|
||||
'-Wno-unused-but-set-variable', '-Wno-maybe-uninitialized',
|
||||
'-Wno-self-assign']
|
||||
if cpp.has_argument(w)
|
||||
cpp_args_addrlib += w
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue