From 57d31cabcfedbab69c74cde694f8fe1ec652385d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 26 Jan 2019 08:32:07 +0000 Subject: MISRA-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12586 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/include/hal_buffers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/include/hal_buffers.h') diff --git a/os/hal/include/hal_buffers.h b/os/hal/include/hal_buffers.h index 9c5ea42d6..200c1b295 100644 --- a/os/hal/include/hal_buffers.h +++ b/os/hal/include/hal_buffers.h @@ -47,7 +47,9 @@ /* Derived constants and error checks. */ /*===========================================================================*/ +/*lint -save -e9027 [10.1] It is meant to be this way, not an error.*/ #if (BUFFERS_CHUNKS_SIZE & (BUFFERS_CHUNKS_SIZE - 1)) != 0 +/*lint -restore*/ #error "BUFFERS_CHUNKS_SIZE must be a power of two" #endif -- cgit v1.2.3