We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3436410 commit ebc6485Copy full SHA for ebc6485
tests/fullbench.c
@@ -16,6 +16,7 @@
16
#define ZSTD_DISABLE_DEPRECATE_WARNINGS /* No deprecation warnings, we still bench some deprecated functions */
17
#include "util.h" /* Compiler options, UTIL_GetFileSize */
18
#include <stdlib.h> /* malloc */
19
+#define _CRT_SECURE_NO_WARNINGS /* disable Visual warning that it doesn't like fopen() */
20
#include <stdio.h> /* fprintf, fopen, ftello64 */
21
#include <assert.h>
22
0 commit comments