[Mesa-dev] [PATCH mesa] tools/imgui: disable all warnings
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Tue Oct 30 21:31:39 UTC 2018
Yep :
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
On 30/10/2018 19:02, Eric Engestrom wrote:
> This is an external project we have no control over, and will not be
> fixing (other than by sometimes pulling the latest sources), so warnings
> serve no purpose here.
>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> src/intel/tools/imgui/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/intel/tools/imgui/meson.build b/src/intel/tools/imgui/meson.build
> index 8d6f37d4b3a160f0b3e5..bbc5101abade72519a5a 100644
> --- a/src/intel/tools/imgui/meson.build
> +++ b/src/intel/tools/imgui/meson.build
> @@ -13,7 +13,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
> )
>
More information about the mesa-dev
mailing list