mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Mute strerror/strcpy warnings is MSVC build. (#815)
This commit is contained in:
parent
5519352661
commit
fc823290a7
@ -6,6 +6,11 @@
|
||||
|
||||
/* Command line interface for Brotli library. */
|
||||
|
||||
/* Mute strerror/strcpy warnings. */
|
||||
#if !defined(_CRT_SECURE_NO_WARNINGS)
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user