-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
IDF-v4.4.5 build warning in esp_ptr_in_drom (IDFGH-10398) #11653
Comments
Hi @laukik-hase i use "vanilla" cmake in my projects because i don't like the "component magic" when using idf.py very well. i usually build my libs as follows: target_compile_options(fancylib
PRIVATE -Wall -Wextra -Wno-unused-parameter
) the warning is not too bad, but since i want to handle every warning, and the headerfile is often included, the waning pops up very often during the build process. |
Answers checklist.
General issue report
a small bug has sneaked into the IDF v4.4.5, which leads to ugly warnings when building:
The text was updated successfully, but these errors were encountered: