From e13da35d4da2ce8347712ef5812e44ce4a5fe681 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 25 May 2021 13:54:30 +0100 Subject: [PATCH] Turn introspection scanner warnings into errors We want to catch errors in our annotations or our API. --- gtk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/meson.build b/gtk/meson.build index 2bb41b03e7..9ebab3c6a2 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -1135,6 +1135,7 @@ if build_gir gir_args = [ '-DGTK_COMPILATION', '--quiet', + '--warn-error', ] # We may build some of the dependencies as sub-projects; this means