Wrong type comparison in esp_ptr_in_drom() (IDFGH-10632) #11865
Labels
Resolution: Duplicate
This issue or pull request already exists
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v4.4.5
Operating System used.
Windows
How did you build your project?
Command line with CMake
If you are using Windows, please specify command line type.
CMD
What is the expected behavior?
Build should run succesfully.
What is the actual behavior?
Build error comming from setting warning as error.
Steps to reproduce.
Build project with compiler options
-Wall
Build or installation Logs.
No response
More Information.
This can be fixed by changing the declaration of
drom_start_addr
fromuint32_t
toint32_t
.Alternatively the cast in line 140 could be changed to
(uintptr_t)
.The text was updated successfully, but these errors were encountered: