aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/pclint/waivers.lnt
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/pclint/waivers.lnt')
-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