aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-04-03 14:52:19 +1100
committerNeil <nyamatongwe@gmail.com>2025-04-03 14:52:19 +1100
commitb4300bf40c1134231af48cab4f38c5394976d9a1 (patch)
tree9ee9c88ab3b5f19a1933ecc5dfd02d5d2c5e9d0b /win32/makefile
parentedb7369a2c6a19393dc413a9595a234969fc2731 (diff)
downloadscintilla-mirror-b4300bf40c1134231af48cab4f38c5394976d9a1.tar.gz
Turn on type conversion warnings for GCC and fix them.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makefile b/win32/makefile
index 72634889f..5db9e6625 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -23,6 +23,7 @@ else
# MinGW GCC
LIBSMINGW = -lstdc++
STRIPOPTION = -s
+WARNINGS += -Wconversion
endif
ARFLAGS = rc
RANLIB ?= ranlib