mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 03:10:17 +01:00
r600: add -Wstrict-overflow=0 to meson to silence the warning
same as radeonsi
This commit is contained in:
parent
d50bef9831
commit
f4eb746ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ endif
|
|||
libr600 = static_library(
|
||||
'r600',
|
||||
[files_r600, egd_tables_h],
|
||||
c_args : [c_vis_args, r600_c_args],
|
||||
c_args : [c_vis_args, r600_c_args, '-Wstrict-overflow=0'],
|
||||
cpp_args : [cpp_vis_args],
|
||||
include_directories : [
|
||||
inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_amd_common,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue