1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 12:54:16 +01:00

add DEFS to cppcheck

This commit is contained in:
Klas Lindfors 2015-03-04 10:19:05 +01:00
parent 52a2dddac5
commit c264ae14c1

View File

@ -107,7 +107,7 @@ endif
if ENABLE_CPPCHECK
cppcheck:
$(CPPCHECK) -q -v -f --enable=all .
$(CPPCHECK) -q -v -f --enable=all $(DEFS) .
endif
# Release