From 353d1f300549f23b7c8c2914fa5d19f5ec6aa48b Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 22 Feb 2023 13:53:37 +1100 Subject: Remove _CRT_SECURE_NO_DEPRECATE. Replace [v]sprintf with bounds checked [v]snprintf. --- win32/makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index c1829a45e..4899c7ab0 100644 --- a/win32/makefile +++ b/win32/makefile @@ -19,7 +19,6 @@ WARNINGS = -Wpedantic -Wall -Wextra ifdef CLANG CXX = clang++ -DEFINES += -D_CRT_SECURE_NO_DEPRECATE else # MinGW GCC LIBSMINGW = -lstdc++ -- cgit v1.2.3