8000
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.
1 parent 9902ebc commit 6f1efc3Copy full SHA for 6f1efc3
travis/pg-travis-test.sh
@@ -36,7 +36,9 @@ if [ $CHECK_CODE = "true" ]; then
36
if [ "$CC" = "clang" ]; then
37
sudo apt-get -y install -qq clang-$LLVM_VER
38
39
- scan-build-$LLVM_VER --status-bugs make USE_PGXS=1 USE_ASSERT_CHECKING=1 PG_CONFIG=$config_path || status=$?
+ scan-build-$LLVM_VER --status-bugs \
40
+ -disable-checker deadcode.DeadStores \
41
+ make USE_PGXS=1 USE_ASSERT_CHECKING=1 PG_CONFIG=$config_path || status=$?
42
exit $status
43
44
elif [ "$CC" = "gcc" ]; then
0 commit comments