aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-19 06:52:37 +0000
committernyamatongwe <devnull@localhost>2005-03-19 06:52:37 +0000
commit2ae0fcf5bbf73e61ac029b34544d14777baae872 (patch)
treefd9ab0c0fda9ee1269c62d6b667968ca063370f1 /gtk/makefile
parenta4d9b154017527faa882b8edd4991e4b8005d60c (diff)
downloadscintilla-mirror-2ae0fcf5bbf73e61ac029b34544d14777baae872.tar.gz
Initialise all SCNotification structs to {0} ensuring all fields are 0 or
NULL. Added options to make files so that this does trigger warnings.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index dc66a30e2..d9a6a65b6 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -23,7 +23,7 @@ vpath %.h ../src ../include
vpath %.cxx ../src
INCLUDEDIRS=-I ../include -I ../src
-CXXBASEFLAGS=-W -Wall -Wno-char-subscripts -DGTK -DSCI_LEXER $(INCLUDEDIRS)
+CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -DGTK -DSCI_LEXER $(INCLUDEDIRS)
ifdef NOTHREADS
THREADFLAGS=-DG_THREADS_IMPL_NONE