From 4e1e4dc4981db4ec07ec7cfc045d4f314c70bbae Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 20 Jul 2019 13:22:31 +0200 Subject: [CI] debian: show all deprecation warnings --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 620d40a..d4131c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,6 +187,8 @@ before_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh + - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' + - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi build_scripts: -- cgit v1.2.1