From b4300bf40c1134231af48cab4f38c5394976d9a1 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 3 Apr 2025 14:52:19 +1100 Subject: Turn on type conversion warnings for GCC and fix them. --- win32/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/makefile') 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 -- cgit v1.2.3