Skip to content

Commit

Permalink
Travis CI: debian build: show all the warnings of deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jun 29, 2019
1 parent ad67fbb commit 567b142
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ variables:
-enable-checker alpha.core.FixedAddr
-enable-checker security.insecureAPI.strcpy"'

before_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- 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:
# build failed with f30 und using clang patch, fixed in f30?
# - if [ ${DISTRO_NAME} == "fedora" ];then
Expand Down

0 comments on commit 567b142

Please sign in to comment.