[Working In Progress] Suppress compiler warnings.

Suppress several warnings about unused variables.
This commit is contained in:
hujiajie
2016-07-10 14:22:32 +08:00
parent 81ae53e3a4
commit 8c573177eb
9 changed files with 6 additions and 22 deletions

View File

@@ -399,7 +399,6 @@ static void loadCurrentSettings(const char* startFileName, b3CommandLineArgs& ar
FILE* f = fopen(startFileName,"r");
if (f)
{
int result;
char oneline[1024];
char* argv[] = {0,&oneline[0]};