From 66b8a4a8afe72ac37a26199249a78a5349201472 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 12 Apr 2015 08:58:00 +0100 Subject: [PATCH] Fixed : minor Visual warnings --- programs/fullbench.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/fullbench.c b/programs/fullbench.c index 8c95d29..4ffae59 100644 --- a/programs/fullbench.c +++ b/programs/fullbench.c @@ -684,7 +684,6 @@ int fullSpeedBench(char** fileNamesTable, int nbFiles) break; default : continue; /* unknown ID : just skip */ - DISPLAY("ERROR ! Bad algorithm Id !! \n"); free(chunkP); return 1; } for (loopNb = 1; loopNb <= nbIterations; loopNb++) @@ -774,7 +773,6 @@ int fullSpeedBench(char** fileNamesTable, int nbFiles) break; default : continue; /* skip if unknown ID */ - DISPLAY("ERROR ! Bad decompression algorithm Id !! \n"); CLEANEXIT(1); } { size_t i; for (i=0; i