aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-02-22 13:53:37 +1100
committerNeil <nyamatongwe@gmail.com>2023-02-22 13:53:37 +1100
commit353d1f300549f23b7c8c2914fa5d19f5ec6aa48b (patch)
treef32e1a217ab5696429d3bcedfe95cf19c58b0b14 /test/unit/makefile
parent56d6a8af344938367c3d01c3969c212b3d3b9427 (diff)
downloadscintilla-mirror-353d1f300549f23b7c8c2914fa5d19f5ec6aa48b.tar.gz
Remove _CRT_SECURE_NO_DEPRECATE.
Replace [v]sprintf with bounds checked [v]snprintf.
Diffstat (limited to 'test/unit/makefile')
-rw-r--r--test/unit/makefile1
1 files changed, 0 insertions, 1 deletions
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++