Fixed a bunch of compiler warnings.

This commit is contained in:
lotodore
2007-09-30 18:50:46 +00:00
parent 0e11228a95
commit 0d1650e9a9
9 changed files with 79 additions and 77 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ using namespace std;
volatile int g_pokerthTerminate = 0;
void
TerminateHandler(int signal)
TerminateHandler(int /*signal*/)
{
g_pokerthTerminate = 1;
}