[gnome-builder/wip/gtk4-port: 17/67] build: set incompatible-pointer-types
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 17/67] build: set incompatible-pointer-types
- Date: Tue, 28 Sep 2021 03:14:06 +0000 (UTC)
commit 736d86c63014d28f5b6b26bd78717ca8246745f4
Author: Christian Hergert <chergert redhat com>
Date: Thu Sep 23 15:57:05 2021 -0700
build: set incompatible-pointer-types
We can have this now that we have new GLib and newer Meson requirement.
meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 231d87303..d22ec56d7 100644
--- a/meson.build
+++ b/meson.build
@@ -141,8 +141,7 @@ test_c_args = [
'-Werror=empty-body',
'-Werror=implicit',
'-Werror=implicit-function-declaration',
- # Ignore until mkenums is fixed
- # '-Werror=incompatible-pointer-types',
+ '-Werror=incompatible-pointer-types',
'-Werror=init-self',
'-Werror=int-conversion',
'-Werror=int-to-pointer-cast',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]