fixed minor gcc warning on a unused variable

This commit is contained in:
Yann Collet
2018-09-20 13:00:11 -07:00
parent 45010da074
commit 15519479ba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -904,7 +904,7 @@ $ZSTD -o tmpDict --train-cover *.c ../programs/*.c
test -f tmpDict
$ZSTD --train-cover *.c ../programs/*.c
test -f dictionary
rm tmp* dictionary
rm -f tmp* dictionary
rm tmp*
rm -f tmp*