Skip to content

Commit

Permalink
attempt to silence Visual Studio warning about fopen()
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Dec 17, 2024
1 parent 3436410 commit ebc6485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fullbench.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define ZSTD_DISABLE_DEPRECATE_WARNINGS /* No deprecation warnings, we still bench some deprecated functions */
#include "util.h" /* Compiler options, UTIL_GetFileSize */
#include <stdlib.h> /* malloc */
#define _CRT_SECURE_NO_WARNINGS /* disable Visual warning that it doesn't like fopen() */
#include <stdio.h> /* fprintf, fopen, ftello64 */
#include <assert.h>

Expand Down

0 comments on commit ebc6485

Please sign in to comment.