From ce7f7103df5f634f7b57d90e115c5824adcb68a0 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 8 Mar 2015 21:19:58 +0000 Subject: MISRA fixes for high level HAL. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7738 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbuild/pclint/waivers.lnt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/rt') diff --git a/test/rt/testbuild/pclint/waivers.lnt b/test/rt/testbuild/pclint/waivers.lnt index 93f34edeb..67befb44a 100644 --- a/test/rt/testbuild/pclint/waivers.lnt +++ b/test/rt/testbuild/pclint/waivers.lnt @@ -10,7 +10,8 @@ /* Silencing common non-MISRA info generated by PCLint in -w3 mode. All of them have been controlled. Other infos have been fixed in the code.*/ -e526 -e537 --e714 -e716 -e717 -e757 -e758 -e759 -e768 -e773 -e793 +-e613 +-e714 -e716 -e717 -e749 -e757 -e758 -e759 -e768 -e773 -e778 -e793 -e826 -e830 -e835 -e845 /* Removing *advisory* directives and rules that would negatively impact @@ -72,9 +73,13 @@ block is cast to a structure pointer.*/ -e923 +/* Waiver Rule 16.1, missing break into case. It is a common occurrence and + thoroughly checked.*/ /* Waiver Rule 16.3, missing break into case. It is a common occurrence and thoroughly checked.*/ -e9090 +-e9077 +-e9042 -e616 -e825 -- cgit v1.2.3