[gcr] .gitlab-ci.yml: don't skip deprecated warnings in Werror build



commit 3009a44399b6a8eeac4db02f4da118124b74ae00
Author: Dmitry Eremin-Solenikov <dbaryshkov gmail com>
Date:   Mon Jan 13 00:18:07 2020 +0300

    .gitlab-ci.yml: don't skip deprecated warnings in Werror build
    
    To make sure that the code does not use deprecated functions, remove
    CFLAGS override from Werror build.
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov gmail com>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3c446c..63c48d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ fedora:Werror:
     - dnf install -y $DEPENDENCIES
     - dbus-uuidgen --ensure
   script:
-    - ./autogen.sh --disable-dependency-tracking --enable-gtk-doc --enable-strict 
CFLAGS="-Wno-error=deprecated-declarations"
+    - ./autogen.sh --disable-dependency-tracking --enable-gtk-doc --enable-strict
     - make -j$(nproc) V=1
     - eval `dbus-launch --sh-syntax`
     - make -j$(nproc) V=1 distcheck


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