Updated MISRA rules.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7758 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-03-11 14:42:21 +00:00
parent 91c6674288
commit 18202523f8
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -72,6 +72,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

View File

@ -78,6 +78,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