Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GCC errors with pendantic flag enabled #163

Conversation

felixvanoost
Copy link
Contributor

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
Copy link
Contributor

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

@christophe0606
Copy link
Contributor

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

@felixvanoost
Copy link
Contributor Author

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

@christophe0606 christophe0606 merged commit 8821c46 into ARM-software:main Mar 5, 2024
1 check passed
@felixvanoost felixvanoost deleted the fix-pedantic-gcc-warning-in-macros branch March 5, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants