Merge branch 'develop' of https://github.com/nlohmann/json into doctest
This commit is contained in:
commit
2b346099df
85 changed files with 909 additions and 370 deletions
2
Makefile
2
Makefile
|
@ -440,7 +440,7 @@ fuzzing-stop:
|
|||
|
||||
# call cppcheck on the main header file
|
||||
cppcheck:
|
||||
cppcheck --enable=warning --inconclusive --force --std=c++11 $(SRCS) --error-exitcode=1
|
||||
cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(SRCS) --error-exitcode=1
|
||||
|
||||
# compile and check with Clang Static Analyzer
|
||||
clang_analyze:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue