Skip to content
Snippets Groups Projects
Commit df7bdabc authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Force more checks

parent 03b3e13e
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ $(SUBDIRSCLEAN): %.clean: ...@@ -26,7 +26,7 @@ $(SUBDIRSCLEAN): %.clean:
.PHONY: cppcheck .PHONY: cppcheck
cppcheck: cppcheck:
cppcheck --std=c++03 --std=posix -j 4 --platform=unix64 -q --enable=all */*.{h,cpp} cppcheck --std=c++03 --std=posix -j 4 --platform=unix64 -q --enable=all --force */*.{h,cpp}
.PHONY: mod-light mod-heavy mod-reset .PHONY: mod-light mod-heavy mod-reset
mod-light: mod-light:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment