summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-08-26 15:15:44 +0200
committerPablo Barciela <[email protected]>2019-08-26 15:15:44 +0200
commit7dc6ac4dde817633a82f35cfb4f19102ea94b272 (patch)
tree7236e3c0e60bab5a692faeb2c2bad0cb4ea4d7c9 /.travis.yml
parent7a15121edafe66a60298c00d5da3e07ef9a0b938 (diff)
downloadatril-7dc6ac4dde817633a82f35cfb4f19102ea94b272.tar.bz2
atril-7dc6ac4dde817633a82f35cfb4f19102ea94b272.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 e85f0290..fa84976e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -175,6 +175,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