mcostalba / chess_db

GNU General Public License v3.0
22 stars 5 forks source link

Remove warning from compile #26

Closed sshivaji closed 7 years ago

sshivaji commented 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; ^