summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-09-07 12:53:19 +0200
committerPablo Barciela <[email protected]>2019-09-07 12:53:19 +0200
commitf1cefb93d098cee0ae5a42c3dfe97dd171ef2cb7 (patch)
tree83817bc143308f6e42af4df885c94bbcab53649b /.travis.yml
parent34df8e288ba50eee95baf8f2d035022e2a113d96 (diff)
downloadmate-system-monitor-f1cefb93d098cee0ae5a42c3dfe97dd171ef2cb7.tar.bz2
mate-system-monitor-f1cefb93d098cee0ae5a42c3dfe97dd171ef2cb7.tar.xz
Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f561b17..0d9ac43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -146,6 +146,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