diff options
author | Pablo Barciela <[email protected]> | 2019-11-29 08:56:33 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-11-29 08:56:33 +0100 |
commit | f00267bc73cfc2170d026cadd7dd636efbc32c29 (patch) | |
tree | ae774155f49670a6c4a3f0cb50f65d504fd0f589 | |
parent | 326169c05f6ab55954d665329edb174fc2271ad7 (diff) | |
download | mate-indicator-applet-f00267bc73cfc2170d026cadd7dd636efbc32c29.tar.bz2 mate-indicator-applet-f00267bc73cfc2170d026cadd7dd636efbc32c29.tar.xz |
Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e6b8f3..3c6eca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,6 +125,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 |