summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-29 08:56:33 +0100
committerPablo Barciela <[email protected]>2019-11-29 08:56:33 +0100
commitf00267bc73cfc2170d026cadd7dd636efbc32c29 (patch)
treeae774155f49670a6c4a3f0cb50f65d504fd0f589 /.travis.yml
parent326169c05f6ab55954d665329edb174fc2271ad7 (diff)
downloadmate-indicator-applet-f00267bc73cfc2170d026cadd7dd636efbc32c29.tar.bz2
mate-indicator-applet-f00267bc73cfc2170d026cadd7dd636efbc32c29.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 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