Fixed a few minor visual analyzer warnings

This commit is contained in:
Yann Collet
2015-07-04 23:20:56 -08:00
parent 94f998b1fc
commit b5e06dc7c3
5 changed files with 9 additions and 5 deletions
+3 -1
View File
@@ -512,8 +512,10 @@ int main(int argc, char** argv)
result = fuzzerTests(seed, nbTests, testNb, ((double)proba) / 100);
if (mainPause)
{
int unused;
DISPLAY("Press Enter \n");
getchar();
unused = getchar();
(void)unused;
}
return result;
}