diff options
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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++ |