diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-12-29 10:02:31 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-12-29 10:02:31 +1100 |
| commit | 179306d57fcc813b18205a916f1cd448be610ded (patch) | |
| tree | a4b2c15a351163d31cc9de5adbc50330bfee7ab3 /win32/makefile | |
| parent | a0d074425813daed19550b909275fd68f43975cf (diff) | |
| download | scintilla-mirror-179306d57fcc813b18205a916f1cd448be610ded.tar.gz | |
Backport: Move suppression of Clang warning missing-braces from makefile to apply to
lexers but not most other files.
Backport of changeset 7845:f3264e486266.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index 54eb0c587..e26ee6c5e 100644 --- a/win32/makefile +++ b/win32/makefile @@ -42,7 +42,7 @@ LIBS=-lgdi32 -luser32 -limm32 -lole32 -luuid -loleaut32 -lmsimg32 $(LIBSMINGW) # Add -MMD to get dependencies INCLUDEDIRS=-I ../include -I ../src -I../lexlib -CXXBASEFLAGS=--std=$(CXXSTD) -Wall -pedantic $(INCLUDEDIRS) -D_CRT_SECURE_NO_DEPRECATE=1 $(CLANG_OPTS) +CXXBASEFLAGS=--std=$(CXXSTD) -Wall -pedantic $(INCLUDEDIRS) -D_CRT_SECURE_NO_DEPRECATE=1 ifdef NO_CXX11_REGEX REFLAGS=-DNO_CXX11_REGEX |
