Merge branch 'develop' of https://github.com/nlohmann/json into doctest

This commit is contained in:
onqtam 2019-03-24 17:21:44 +02:00
commit 2b346099df
85 changed files with 909 additions and 370 deletions

View file

@ -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: