summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-01-30 12:49:30 -0500
committerMarek Olšák <[email protected]>2019-01-30 12:49:45 -0500
commitf4eb746ef761840b6f221cf06a8fbae9b4e7debe (patch)
tree622dc22eec19ad69f9ce00d6762742afded1b02f /src/gallium/drivers/r600
parentd50bef98312cc56e216b01fbbf850b166e0b579e (diff)
r600: add -Wstrict-overflow=0 to meson to silence the warning
same as radeonsi
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/meson.build b/src/gallium/drivers/r600/meson.build
index 4f10994d6bc..099d0cd5ae9 100644
--- a/src/gallium/drivers/r600/meson.build
+++ b/src/gallium/drivers/r600/meson.build
@@ -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,