Quellcode durchsuchen

scripts: move inline suppressions to dedicated file

Daniele Bartolini vor 3 Jahren
Ursprung
Commit
061a377a4f
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 0 2
      makefile
  2. 2 0
      scripts/cppcheck/suppressions.txt

+ 0 - 2
makefile

@@ -219,8 +219,6 @@ cppcheck:
 		--includes-file=scripts/cppcheck/includes.txt \
 		--suppressions-list=scripts/cppcheck/suppressions.txt \
 		--enable=all \
-		--suppress=cstyleCast \
-		--suppress=allocaCalled \
 		--quiet \
 		--force # Check all configurations.
 

+ 2 - 0
scripts/cppcheck/suppressions.txt

@@ -1 +1,3 @@
 *:3rdparty/*
+cstyleCast
+allocaCalled