We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7ca17 commit 37e6d21Copy full SHA for 37e6d21
include/qfsm.h
@@ -195,7 +195,7 @@
195
/*fields for the qSM_Handler_t pointer*/
196
/*! @cond */
197
/*cppcheck-suppress misra-c2012-20.7 */
198
- #define _qSM_HANDLER_FIELDS( pAttrib ) /* skipcq: CXX-E2000 */\
+ #define _qSM_HANDLER_FIELDS( pAttrib ) // skipcq: CXX-E2000 \
199
void *StartState; \
200
void *NextState; \
201
pAttrib void *machine; \
0 commit comments