diff options
author | Pablo Barciela <[email protected]> | 2019-09-01 14:23:16 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-09-01 14:23:16 +0200 |
commit | 718962729f58c7acbc2b5b3427c2de8909669eee (patch) | |
tree | a9da390c732445d61a0a26839a3896ed6b3ad3ff /.travis.yml | |
parent | 7214cf362179010b6c1e9f9cc2186e7ea7dd590c (diff) | |
download | mate-power-manager-718962729f58c7acbc2b5b3427c2de8909669eee.tar.bz2 mate-power-manager-718962729f58c7acbc2b5b3427c2de8909669eee.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 2c93112..ba751f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -162,6 +162,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 |