2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Fix "make pvs-studio" run in a build dir

This commit is contained in:
Todd C. Miller 2019-10-05 14:34:11 -06:00
parent 45a79cf86f
commit c64add170e

View File

@ -91,7 +91,7 @@ CPPCHECK_OPTS = -q --force --enable=warning,performance,portability --suppress=c
SPLINT_OPTS = -D__restrict= -checks
# Default PVS-studio options when run from the top-level Makefile
PVS_CFG = $(top_srcdir)/PVS-Studio.cfg
PVS_CFG = $(top_builddir)/PVS-Studio.cfg
PVS_IGNORE = 'V707,V011,V002,V536'
PVS_LOG_OPTS = -a 'GA:1,2' -e -t errorfile -d $(PVS_IGNORE)