aboutsummaryrefslogtreecommitdiffstats
path: root/test/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-11 14:42:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-11 14:42:21 +0000
commit18202523f8727dcebb27ed2f9f6d3060e6474c5a (patch)
tree72c8d440f539897bd3c9a0bf408e965f9ab5210d /test/hal
parent91c66742882c9eb33f7bef2775935b1c9190c78b (diff)
downloadChibiOS-18202523f8727dcebb27ed2f9f6d3060e6474c5a.tar.gz
ChibiOS-18202523f8727dcebb27ed2f9f6d3060e6474c5a.tar.bz2
ChibiOS-18202523f8727dcebb27ed2f9f6d3060e6474c5a.zip
Updated MISRA rules.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7758 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/hal')
-rw-r--r--test/hal/testbuild/pclint/waivers.lnt4
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