Thomas1995 / Rentz

The project implements the Rentz card game with a collection of mini-games based on trick-taking, using client-server communication and intelligent bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot Bicsi warnings

Thomas1995 opened this issue · comments

@bicsi fix this

In file included from client.cpp:23:0:
bots/Bicsi.bot: In member function ‘Card Bot_Bicsi::playToWin()’:
bots/Bicsi.bot:54:12: warning: unused variable ‘curGame’ [-Wunused-variable]
   Minigame curGame = getCurrentGame();
            ^
bots/Bicsi.bot: In member function ‘Card Bot_Bicsi::playToLose()’:
bots/Bicsi.bot:71:12: warning: unused variable ‘curGame’ [-Wunused-variable]
   Minigame curGame = getCurrentGame();
            ^