-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
D:\Program Files\Arduino\libraries\SD\src\SD.cpp: In function 'open.constprop':
D:\Program Files\Arduino\libraries\SD\src\SD.cpp:462:14: warning: 'pathidx' may be used uninitialized in this function [-Wmaybe-uninitialized]
filepath += pathidx;
^
D:\Program Files\Arduino\libraries\SD\src\SD.cpp:456:9: note: 'pathidx' was declared here
int pathidx;
^
This compiler warning no matter what I compile utilizing the library, even examples. I acknowledge a past issue submitted, but it appears to have not been fixed? Or is this an issue on my end?
Thanks
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project