diff options
author | Pablo Barciela <[email protected]> | 2019-09-05 03:02:47 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-09-05 03:02:47 +0200 |
commit | ad46fc340f1b7fcd46a6de49cedc3f1d6bd7338d (patch) | |
tree | e3dd5119fff17e40d07942b009100e01070a3f6a /.travis.yml | |
parent | 3b374c64d79423a7efa885cb6ed7c22fc25ba5d8 (diff) | |
download | mate-desktop-ad46fc340f1b7fcd46a6de49cedc3f1d6bd7338d.tar.bz2 mate-desktop-ad46fc340f1b7fcd46a6de49cedc3f1d6bd7338d.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 86f5bd2..0b93712 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,6 +148,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 |