Update cppcheck standards that are checked

This commit is contained in:
Cary R
2019-09-30 22:14:15 -07:00
parent 1d2259e0a7
commit ea4e41207c
20 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ distclean: clean
rm -f Makefile config.log
cppcheck: $(O:.o=.c)
cppcheck --enable=all -f $(INCLUDE_PATH) $^
cppcheck --enable=all --std=posix --std=c99 --std=c++03 -f $(INCLUDE_PATH) $^
Makefile: $(srcdir)/Makefile.in ../config.status
cd ..; ./config.status --file=ivlpp/$@