mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Fix "make pvs-studio" run in a build dir
This commit is contained in:
parent
45a79cf86f
commit
c64add170e
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user