aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/pclint
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-10 10:40:37 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-10 10:40:37 +0000
commit2fd2d1efb9a720b7e601123e5504730685e98557 (patch)
tree3c95963e975c7d0af5c13d92d97a25290bcefaaa /test/rt/testbuild/pclint
parent014976ee109e90dec11591118a4ab0d88c00118f (diff)
downloadChibiOS-2fd2d1efb9a720b7e601123e5504730685e98557.tar.gz
ChibiOS-2fd2d1efb9a720b7e601123e5504730685e98557.tar.bz2
ChibiOS-2fd2d1efb9a720b7e601123e5504730685e98557.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7747 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/testbuild/pclint')
-rw-r--r--test/rt/testbuild/pclint/waivers.lnt8
1 files changed, 4 insertions, 4 deletions
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