mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-03 15:41:53 +01:00
Suppress more bogus warnings
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
// Disable bogus MSVC warnings.
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#include "posix-test.h"
|
||||
|
||||
#include <errno.h>
|
||||
@@ -32,7 +35,6 @@
|
||||
#include <climits>
|
||||
|
||||
#ifdef _WIN32
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
# include <io.h>
|
||||
# undef max
|
||||
# undef ERROR
|
||||
|
||||
Reference in New Issue
Block a user