[dconf: 13/21] build: Remove duplicated warning parameter



commit 2a99700d2260858bb736077ef0d5b9ddd10cf7bb
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.

 bin/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
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]