[gnome-continuous] Do not use default options for libqmi



commit d465121f77259ae9d2666f75ed445e9cd497b44b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jul 2 11:32:16 2019 +0100

    Do not use default options for libqmi
    
    The default for compiler warnings is to enable -Werror, which would be
    well and good, except libqmi still uses deprecated API which triggers a
    build failure.

 manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/manifest.json b/manifest.json
index 9f3aec6..49e38b6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -520,7 +520,8 @@
                 "name": "libmbim"},
 
                {"src": "fd-MM:libqmi.git",
-                 "name": "libqmi"},
+                 "name": "libqmi",
+                 "config-opts": ["--enable-more-warnings=yes"]},
 
                 {"src": "git:https://github.com/akheron/jansson.git";,
                  "config-opts": ["--disable-documentation", "--enable-shared"],


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