pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
510 stars 116 forks source link

fix warnings #91

Closed sthalik closed 5 years ago

sthalik commented 5 years ago

This only fixes warnings with no semantic changes. Emitted by GCC 8.2.0.

The win32 strftime(3) change could be worked around with #ifdef's but that's ugly.

lemonsqueeze commented 5 years ago

Merged as f88c67f, please let me know if I missed something.