bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.69k stars 301 forks source link

Fix switch-case warning: control reaches end of non-void function #76

Closed mix16atpitt closed 2 years ago

mix16atpitt commented 2 years ago

Update GameActions.cpp: Fix switch-case warning: control reaches end of non-void function

bupticybee commented 2 years ago

Thanks, merging