strengthen compilation flags

This commit is contained in:
Yann Collet
2021-03-02 15:43:52 -08:00
parent c7e42e147b
commit 029f974ddc
5 changed files with 16 additions and 14 deletions
@@ -8,6 +8,7 @@
int main(int argc, const char** argv)
{
unsigned testNb = 1;
(void)argc; (void)argv;
printf("Beginning zstd seekable format tests...\n");
printf("Test %u - check that seekable decompress does not hang: ", testNb++);
{ /* Github issue #2335 */