Fixed warnings to compile on gcc with -Wall -pedantic -Wextra

This commit is contained in:
Jesse Beder
2009-07-10 03:30:04 +00:00
parent b113c37819
commit 781fb4d093
8 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#include "tests.h"
int main(int argc, char **argv)
int main()
{
#ifdef WINDOWS
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);