From 0a5cf3442069dcff4d5ef0d6253d4bb42e066d61 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 2 Dec 2018 05:05:37 +0100 Subject: [PATCH] ignore cppcheck configurations, but not tests --- s/cppcheck | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/s/cppcheck b/s/cppcheck index e38e86de1..e52aa7d5c 100755 --- a/s/cppcheck +++ b/s/cppcheck @@ -1,8 +1,8 @@ #!/bin/sh IGNORE=$(find src -name "*.test.c" | awk '{ print "-i"$1 }') -cppcheck $IGNORE -isrc/tests.c \ - --quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \ - -UERESSEA_BUILDNO -UERESSEA_VERSION \ +#cppcheck $IGNORE -isrc/tests.c \ +cppcheck --quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \ + -UERESSEA_BUILDNO -UERESSEA_VERSION -UTEST_THREADS \ -IcJSON -Isrc -Iclibs -Istorage src