From b1695891dfada286943ff9da370908ba7f3cd68d Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 15 Sep 2022 08:36:32 +1000 Subject: Enable extra warnings with g++ on Win32. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/makefile b/win32/makefile index 5c17641ef..e0f363653 100644 --- a/win32/makefile +++ b/win32/makefile @@ -15,7 +15,7 @@ DIR_BIN=../bin COMPONENT = $(DIR_BIN)/Scintilla.dll LIBSCI = $(DIR_BIN)/libscintilla.a -WARNINGS = -Wpedantic -Wall +WARNINGS = -Wpedantic -Wall -Wextra ifdef CLANG CXX = clang++ -- cgit v1.2.3