From 19b957f4ffc062c6fdb1495a372471bfd071d9de Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 25 May 2023 15:17:46 -0700 Subject: [PATCH] build: remove unnecessary warning ignore This shouldn't be needed anymore. --- meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meson.build b/meson.build index 320bbe79..2048b186 100644 --- a/meson.build +++ b/meson.build @@ -177,13 +177,6 @@ test_c_args = [ '-Werror=undef', ] -# Until GLib is fixed with regards to volatile type registration -if cc.get_id() == 'clang' - test_c_args += ['-Wno-incompatible-pointer-types'] -else - test_c_args += ['-Werror=incompatible-pointer-types'] -endif - foreach arg: test_c_args if cc.has_multi_arguments(arg) global_c_args += arg