diff options
author | Pablo Barciela <[email protected]> | 2019-08-30 19:42:09 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-08-30 19:42:09 +0200 |
commit | 7fcefc45231a04cd0e1c6b3327e009b492089365 (patch) | |
tree | ceab62f16815de0d3ff685a818dc80b2946739ac /.travis.yml | |
parent | 75d6749beffe76394c700ee7dddc20c87e12be08 (diff) | |
download | mate-notification-daemon-7fcefc45231a04cd0e1c6b3327e009b492089365.tar.bz2 mate-notification-daemon-7fcefc45231a04cd0e1c6b3327e009b492089365.tar.xz |
Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 694cbf3..e42caab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -150,6 +150,7 @@ variables: - CFLAGS="-Wall -Werror=format-security" - 'CHECKERS=" -enable-checker deadcode.DeadStores + -enable-checker alpha.deadcode.UnreachableCode -enable-checker alpha.core.CastSize -enable-checker alpha.core.CastToStruct -enable-checker alpha.core.IdenticalExpr |