diff options
Diffstat (limited to 'test/hal/testbuild/pclint')
-rw-r--r-- | test/hal/testbuild/pclint/waivers.lnt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/hal/testbuild/pclint/waivers.lnt b/test/hal/testbuild/pclint/waivers.lnt index 300ce66b9..954f3d4a0 100644 --- a/test/hal/testbuild/pclint/waivers.lnt +++ b/test/hal/testbuild/pclint/waivers.lnt @@ -77,6 +77,10 @@ license URL and cannot be removed.*/
-e9059
+/* Waiver Rule 8.4, this rule is disabled for the main() function only because
+ it, of course, does not have nor requires a prior declaration.*/
+-esym(9075, main)
+
/* Waiver Rule 8.7, the static analyser has no visibility of functions called
from asm modules.*/
-e765
|