I'm able to build my code successfully. But the cppcheck is showing following error.
DISABLE_WARNING(MISRA_10_1)<--- There is an unknown macro here somewhere. Configuration is required. If DISABLE_WARNING is a macro then please configure it.
I know how to supress this. But I want to know compiler able to get it and cppcheck not.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm able to build my code successfully. But the cppcheck is showing following error.
DISABLE_WARNING(MISRA_10_1)<--- There is an unknown macro here somewhere. Configuration is required. If DISABLE_WARNING is a macro then please configure it.
I know how to supress this. But I want to know compiler able to get it and cppcheck not.
So how is that macro defined?
That macro defined in one of the included header file.