Closed sshivaji closed 7 years ago
Easy to fix, leaving it as it is makes others feel like there is an error (during install) when there is not.
parser.cpp: In function ‘find.constprop’:parser.cpp:857:5: warning: ‘found’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (found) ^parser.cpp:854:10: note: ‘found’ was declared here bool found; ^
Easy to fix, leaving it as it is makes others feel like there is an error (during install) when there is not.
parser.cpp: In function ‘find.constprop’:parser.cpp:857:5: warning: ‘found’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (found) ^parser.cpp:854:10: note: ‘found’ was declared here bool found; ^