aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/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 /gtk/makefile
parent56d6a8af344938367c3d01c3969c212b3d3b9427 (diff)
downloadscintilla-mirror-353d1f300549f23b7c8c2914fa5d19f5ec6aa48b.tar.gz
Remove _CRT_SECURE_NO_DEPRECATE.
Replace [v]sprintf with bounds checked [v]snprintf.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 8643ae317..17816f531 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -29,7 +29,6 @@ WARNINGS += -Wno-language-extension-token
# register may be used in glib
# This produces a warning since -Wno-register is not valid for C files but it still works
WARNINGS += -Wno-register
-DEFINES += -D_CRT_SECURE_NO_DEPRECATE
endif
# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for
# thread also need to create Position Independent Executable -> search online documentation