This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MISRA warning (MISRA-C:2004 16.3/R) Misreported



MISRA warning (MISRA-C:2004 16.3/R) Identifiers shall be given for all of the parameters in a function prototype declaration

In the following code I get MISRA 16.3 warning on function pointer declaration.

typedef struct
{
    uint8 (*function)(uint8, uint8);
} COM_CallbackType;

This problem has already been reported to TI but not via forum. I raise it here as it is not visible in the SDOWP.

Regards, Tony.