From cb7d2e9fcbe12fc9215d5b19bcd11b3c7f13d0d1 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 2 Dec 2018 11:07:30 +0100 Subject: [PATCH] fewer warnings from cppcheck --- s/cppcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/cppcheck b/s/cppcheck index e52aa7d5c..25191de66 100755 --- a/s/cppcheck +++ b/s/cppcheck @@ -2,7 +2,7 @@ IGNORE=$(find src -name "*.test.c" | awk '{ print "-i"$1 }') #cppcheck $IGNORE -isrc/tests.c \ -cppcheck --quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \ +cppcheck --quiet --enable=warning,style,performance,portability -U_MSC_VER -UCLEANUP_CODE -UTODO \ -UERESSEA_BUILDNO -UERESSEA_VERSION -UTEST_THREADS \ -IcJSON -Isrc -Iclibs -Istorage src