diff options
Diffstat (limited to 'src/intel/tools')
-rw-r--r-- | src/intel/tools/imgui/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/tools/imgui/meson.build b/src/intel/tools/imgui/meson.build index 8d6f37d4b3a..d714d032f67 100644 --- a/src/intel/tools/imgui/meson.build +++ b/src/intel/tools/imgui/meson.build @@ -1,6 +1,7 @@ libintel_imgui_core = static_library( 'intel_imgui_core', files('imgui.cpp', 'imgui_demo.cpp', 'imgui_draw.cpp'), + cpp_args : ['-w'], install: false ) @@ -13,7 +14,7 @@ libintel_imgui_gtk = static_library( 'intel_imgui_gtk', files('imgui_impl_gtk3.cpp', 'imgui_impl_opengl3.cpp'), dependencies : libintel_imgui_gtk_deps, - cpp_args : ['-Wno-deprecated-declarations', '-Wno-parentheses'], + cpp_args : ['-w'], install: false ) |