nkarve / surge

A fast bitboard-based chess move generator in C++
MIT License
63 stars 15 forks source link

gcc warnings removed #8

Closed gothub-273 closed 3 years ago

gothub-273 commented 3 years ago

removed some gcc warnings and marked changes with "gk"

gothub-273 commented 3 years ago

Mostly minor changes because of gcc warnings. Replaced "extern inline" and "extern constexpr". Inserted possibly missing "test_perft();" in main routine of "chess_engine.cpp".

lennertcl commented 3 years ago

Why did this not get merged? Are pull requests not accepted?

nkarve commented 3 years ago

Sorry for the late reply everyone!

bftjoe commented 1 year ago

Why is this merged into hotfix-1 branch instead of main branch?