Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d60e8 commit 51c6af4Copy full SHA for 51c6af4
travis/run_tests.sh
@@ -64,6 +64,7 @@ if [ "$LEVEL" = "hardcore" ]; then
64
# perform static analyzis
65
scan-build --status-bugs \
66
-disable-checker core.UndefinedBinaryOperatorResult \
67
+ -disable-checker core.DivideZero \
68
-disable-checker deadcode.DeadStores \
69
make USE_PGXS=1 || status=$?
70
0 commit comments