From 2fd2d1efb9a720b7e601123e5504730685e98557 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 10 Mar 2015 10:40:37 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7747 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbuild/pclint/waivers.lnt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/rt/testbuild/pclint') diff --git a/test/rt/testbuild/pclint/waivers.lnt b/test/rt/testbuild/pclint/waivers.lnt index 03ccb7a09..ab2507c94 100644 --- a/test/rt/testbuild/pclint/waivers.lnt +++ b/test/rt/testbuild/pclint/waivers.lnt @@ -4,7 +4,7 @@ -elib(*) /* No checks on library files. */ +libclass(angle,ansi) +libh(core_cm4.h) -+libh(stm32f4xx.h) ++libh(stm32*.h) +libh(*_lld.h) /* Reinforcing type checking for some critical types even if not required by @@ -69,7 +69,7 @@ header files, the guard is present, suppressing the noise.*/ -e451 -/* Waiver Rule 2.2, PCLint marks as pure functions that contain just arm +/* Waiver Rule 2.2, PCLint marks as pure functions that contain just asm code, this does not mean that those functions do nothing.*/ -e522 @@ -78,7 +78,7 @@ license URL and cannot be removed.*/ -e9059 -/* Waiver Rule 8.7, the static analyzer has no visibility of functions called +/* Waiver Rule 8.7, the static analyser has no visibility of functions called from asm modules.*/ -e765 @@ -88,7 +88,7 @@ /* Waiver Rule 11.3, casts among different types are required by system design.*/ --e740 /* Wrongly marked as 1.3 in PCLint 9-0L.*/ +-e740 /* Wrongly marked as 1.3 in PCLint 9.00L.*/ -e9087 /* Waiver Rule 11.6, cast from integer to pointer is very commonly used -- cgit v1.2.3