We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfafed + 51c6af4 commit e4301dbCopy full SHA for e4301db
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