-
Notifications
You must be signed in to change notification settings - Fork 7.6k
esp32-hal-uart.c:153:9: warning: 'return' with no value, in function returning non-void #8641
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
Comments
It doesn't prevent to build the firmware, but prints a warning message. This issue doesn't affect the @me-no-dev - I see no need for a new release. |
@me-no-dev / @P-R-O-C-H-Y |
This should definitely be rectified. Basically, this is not a warning but a serious error. |
It has been fixed in master, and will be released soonish. If you want a fix today, you can patch in the pull request above (or just edit the file). |
The PR #8644 fixed this issue (just a warning message). This is not in the 2.0.14 release package, but if the user set the 3.0.0-Alpha Core in the Arduino IDE, the fix will be there already. Therefore, the issue can be closed. |
In case we release a final |
Board
ESP32-S2
Device Description
ESP32-S2 Mini
Hardware Configuration
No
Version
v2.0.13
IDE Name
Arduino IDE 2.2.1
Operating System
Windows 10
Flash frequency
N/A
PSRAM enabled
yes
Upload speed
N/A
Description
Compile warning on 2.0.13 due to missing return value. Seem related to #8629
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: