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. --- test/unit/makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'test/unit/makefile') diff --git a/test/unit/makefile b/test/unit/makefile index 46747931f..9926b6f97 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -20,7 +20,6 @@ CXXFLAGS += --std=$(CXXSTD) ifdef CLANG CXX = clang++ -CXXFLAGS += -D_CRT_SECURE_NO_DEPRECATE ifdef USELIBCPP # macOS, use libc++ but don't have sanitizers CXXFLAGS += --stdlib=libc++ -- cgit v1.2.3