Skip to content

Commit

Permalink
Merge pull request #83 from SobhanMP/patch-1
Browse files Browse the repository at this point in the history
Fix unused parameter warning.
  • Loading branch information
andrewprock authored Jul 18, 2024
2 parents ec5f082 + 1f6478e commit b2c9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pokerstove/peval/PokerHandEvaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class PokerHandEvaluator
/**
* used to add "draws" to draw games
*/
virtual void setNumDraws(size_t sz)
virtual void setNumDraws(size_t)
{
throw std::runtime_error("not implemented");
}
Expand Down

0 comments on commit b2c9681

Please sign in to comment.