cyclonedds icon indicating copy to clipboard operation
cyclonedds copied to clipboard

Fix misra rule 17-7 for ddsc/ddsrt/cdr.

Open Splinter1984 opened this issue 1 year ago • 0 comments

This addresses rule 17-7.

The value returned by a function having non-void return type shall be used

Most of this changes it is just (void) cast. Except few of them.

https://github.com/Splinter1984/cyclonedds/blob/18784c7b8985e747d450d82e187b66b94568545d/src/core/ddsc/src/dds_rhc_default.c#L623-L624

https://github.com/Splinter1984/cyclonedds/blob/18784c7b8985e747d450d82e187b66b94568545d/src/core/ddsc/src/dds_rhc_default.c#L630-L631

Splinter1984 avatar Jul 11 '23 13:07 Splinter1984