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

feat(cdc): fix compilation with GCC14 (IEC-138) #47

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

Lapshin
Copy link
Contributor

@Lapshin Lapshin commented Jul 24, 2024

After upgrading to gcc14 i faced this issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116070

There is a solution to suppress the errors, but I don't know if you happy with these changes and why the default gnu++XX standard derived from idf could not be used...

P.s.: This change looks valid to me if take into account: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116071#c2

@igrr
Copy link
Member

igrr commented Jul 24, 2024

Note that you probably also need to bump the component version (

) so that the changes are released.

@github-actions github-actions bot changed the title feat(cdc): fix compilation with GCC14 feat(cdc): fix compilation with GCC14 (IEC-138) Jul 24, 2024
@Lapshin Lapshin force-pushed the fix_gcc14_errors branch from 5c9b666 to 7d80b23 Compare July 24, 2024 12:35
@tore-espressif
Copy link
Collaborator

Thanks for the update @Lapshin ! I'll merge as is now.
There is a small refactor of the CDC in progress, I'll revisit this topic during the refactor

@tore-espressif tore-espressif merged commit c50d3c8 into espressif:master Jul 31, 2024
17 checks passed
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.

3 participants