[eog] build: Remove --warn-all parameter



commit 5b34ab7a52d998c95a37021e71a4a4d51df1b674
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Feb 22 12:18:01 2018 +0100

    build: Remove --warn-all parameter
    
    meson already includes the `--warn-all` parameter on introspection
    generation.
    
    It has been removed to avoid the parameter duplication.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793719

 src/meson.build |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 4dec3c0..f24bc4a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -203,7 +203,6 @@ if enable_introspection
     nsversion: eog_api_version,
     namespace: eog_gir_ns,
     includes: 'Gtk-3.0',
-    extra_args: '--warn-all',
     install: true,
     install_dir_gir: gir_dir,
     install_dir_typelib: typelib_dir


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