[dconf/wip/inigomartinez/meson: 13/14] build: Remove duplicated warning parameter



commit 7c9c4d203a9a6b5d8b5d1e7e3467a8062be15e76
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Wed Apr 11 09:35:50 2018 +0200

    build: Remove duplicated warning parameter
    
    The `dconf` binary uses the `-w` compiler argument which is already
    added by meson by default.
    
    This duplicated parameter has been removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790236

 bin/meson.build |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/bin/meson.build b/bin/meson.build
index 0034798..8c41cb0 100644
--- a/bin/meson.build
+++ b/bin/meson.build
@@ -16,7 +16,6 @@ executable(
   sources,
   include_directories: top_inc,
   dependencies: deps,
-  c_args: '-w',
   install: true
 )
 


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