diff options
| author | nyamatongwe <unknown> | 2005-03-19 06:52:37 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-03-19 06:52:37 +0000 |
| commit | 6007ca5bf84031f6e353d05907f195ef448769ca (patch) | |
| tree | fd9ab0c0fda9ee1269c62d6b667968ca063370f1 /gtk/makefile | |
| parent | 2a7a8b7e99b33159957d6b6ca9fbb7c77aab738c (diff) | |
| download | scintilla-mirror-6007ca5bf84031f6e353d05907f195ef448769ca.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/makefile | 2 |
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 |
