From a0fcdc83fe778f5f40146b79fb2c1d0e857f704f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 25 Feb 2018 18:30:44 +0100 Subject: [PATCH] ignore TODO code --- s/cppcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/cppcheck b/s/cppcheck index b87143d04..7ab41f66f 100755 --- a/s/cppcheck +++ b/s/cppcheck @@ -1,4 +1,4 @@ #!/bin/sh -cppcheck --enable=all -U_MSC_VER -UCLEANUP_CODE \ +cppcheck --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \ -IcJSON -Isrc -Iclibs -Istorage src