fixed g++ warning

This commit is contained in:
Yann Collet
2015-11-26 10:52:30 +01:00
parent 5f2ec63852
commit 7447ee96f6
2 changed files with 28 additions and 9 deletions
+4 -2
View File
@@ -53,6 +53,8 @@ EXT =
VOID = /dev/null
endif
ZBUFFTEST = -T2mn
.PHONY: default all clean install uninstall test test32 test-all
default: zstd
@@ -240,10 +242,10 @@ test-fuzzer32: fuzzer32
./fuzzer32
test-zbuff: zbufftest
./zbufftest
./zbufftest $(ZBUFFTEST)
test-zbuff32: zbufftest32
./zbufftest32
./zbufftest32 $(ZBUFFTEST)
valgrindTest: zstd datagen fuzzer fullbench
@echo "\n ---- valgrind tests : memory analyzer ----"