[gtk/docs-gtk-org] build: Enable fatal warnings



commit b089ad9608cd3e8b8671d869689c013aa1b9f396
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Nov 12 16:59:31 2021 +0000

    build: Enable fatal warnings
    
    We should avoid overwriting the published documentation whenever we have
    a build error.

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index c59d78ae53..ba148e0568 100644
--- a/meson.build
+++ b/meson.build
@@ -19,6 +19,7 @@ gidocgen = find_program('gi-docgen', required: true)
 gidocgen_common_args = [
   '--quiet',
   '--no-namespace-dir',
+  '--fatal-warnings',
 ]
 
 subdir('glib/glib')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]