ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
454 stars 122 forks source link

Fix GCC errors with pendantic flag enabled #163

Closed felixvanoost closed 4 months ago

felixvanoost commented 4 months ago

Fixes the GCC errors that are generated when compiling CMSIS-DSP with the -pendantic flag (see #160). The errors were caused by some minor ISO non-compliant use of semicolons in certain macro definitions.

christophe0606 commented 4 months ago

@felixvanoost Isn't it solved by the commit f80ed8109201a5ee526f3dd8ef4cf5521ff77492 I pushed this morning ? and where I removed the ; on the macro definition instead.

christophe0606 commented 4 months ago

@felixvanoost I have seen the other comments on the issue. I'll merge this PR ...

felixvanoost commented 4 months ago

Thanks Christophe, I appreciate the super-fast turnaround time. 🎉