Merge branch 'master' of git://github.com/steveicarus/iverilog

This commit is contained in:
Martin Whitaker 2014-05-23 21:59:01 +01:00
commit ff72782ec6
2 changed files with 10 additions and 1 deletions

View File

@ -56,7 +56,8 @@ distclean: clean
rm -f Makefile config.log
cppcheck: $(O:.o=.c)
cppcheck --enable=all -f $(INCLUDE_PATH) $^
cppcheck --enable=all -f --suppressions-list=$(srcdir)/cppcheck.sup \
--relative-paths=$(srcdir) $(INCLUDE_PATH) $^
Makefile: $(srcdir)/Makefile.in ../config.status
cd ..; ./config.status --file=tgt-vlog95/$@

8
tgt-vlog95/cppcheck.sup Normal file
View File

@ -0,0 +1,8 @@
// These are the global access functions called from the compiler so they
// are not used here.
// target_design()
unusedFunction:vlog95.c:59
// target_query()
unusedFunction:vlog95.c:226