Commit bbfa8738 authored by Federico Vaga's avatar Federico Vaga

sw: exclude example.c from static analysis

The purpose of the code is not to be perfectly correct, but just to be a
reference while building the documentation
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 42fe1ad6
......@@ -58,7 +58,7 @@ install:
install -D $(TESTS) $(DESTDIR)/bin
cppcheck:
$(CPPCHECK) -q -I. -I../kernel -I$(LIBTDC) --suppress=missingIncludeSystem --enable=all *.c *.h
$(CPPCHECK) -q -I. -I../kernel -I$(LIBTDC) --suppress=missingIncludeSystem --enable=all fmc-tdc*.c *.h
flawfinder:
$(FLAWFINDER) -SQDC --error-level=5 .
$(FLAWFINDER) -SQDC --error-level=5 fmc-tdc*.c *.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment