Menu

#146 Misra-C 2004 warning for rule 8.3 in qxk.c

QPC
closed
None
2
2024-08-01
2016-11-02
No

In QP/C 5.7.4 (and earlier) there is Misra-C 2004 warning for rule 8.3 "for each function parameter, the type given in the declaration and defitnition shall be identical". The offending code is:

qxk.c:
void QActive_stop(QMActive * me) {

qf.h:
void QActive_stop(QMActive * const me);

The issue is minor and most likely will have not any effects on actual binary produced.

Discussion

  • Quantum Leaps

    Quantum Leaps - 2016-12-02
    • status: open --> closed
     
  • Quantum Leaps

    Quantum Leaps - 2016-12-02

    This bug has been fixed in QP/C 5.8.0.

     

Anonymous
Anonymous

Add attachments
Cancel