diff options
| author | nyamatongwe <unknown> | 2004-05-11 13:20:56 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-05-11 13:20:56 +0000 |
| commit | 6274bce67c1b422a912087dbcb6e42088b685f69 (patch) | |
| tree | 60b8641b89360acba36249f614284a811c9e70dc | |
| parent | 082dcff3c5f5387f9fa3e7997bad143b24d70416 (diff) | |
| download | scintilla-mirror-6274bce67c1b422a912087dbcb6e42088b685f69.tar.gz | |
Inhibit warnings from using char as index.
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 86916f571..2e0e27f21 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 -DGTK -DSCI_LEXER $(INCLUDEDIRS) +CXXBASEFLAGS=-W -Wall -Wno-char-subscripts -DGTK -DSCI_LEXER $(INCLUDEDIRS) ifdef NOTHREADS THREADFLAGS=-DG_THREADS_IMPL_NONE |
