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

Fixe compiler warning #1497

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Conversation

Slamy
Copy link
Contributor

@Slamy Slamy commented Sep 8, 2023

Required for GCC 12.2.1 to make it compilable under C++

@kilograham kilograham merged commit ff2e202 into raspberrypi:develop Jan 12, 2024
1 check passed
@kilograham kilograham added this to the 1.5.2 milestone Jan 12, 2024
mungewell pushed a commit to mungewell/pico-sdk that referenced this pull request Mar 18, 2024
* Fixes shadowing of a global declaration

Required for GCC 12.2.1

* Change other function pointers to be _func to be consistent

---------

Co-authored-by: Andre Zeps <[email protected]>
Co-authored-by: Graham Sanderson <[email protected]>
aswild pushed a commit to aswild/pico-sdk that referenced this pull request May 3, 2024
* Fixes shadowing of a global declaration

Required for GCC 12.2.1

* Change other function pointers to be _func to be consistent

---------

Co-authored-by: Andre Zeps <[email protected]>
Co-authored-by: Graham Sanderson <[email protected]>
Cherry-Pick: ff2e202
@kilograham kilograham changed the title Fixes #1468 Fixe compiler warning May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

warnings: declaration of 'flash_range_erase' shadows a global declaration
2 participants