diff options
| author | nyamatongwe <unknown> | 2006-02-13 07:38:05 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2006-02-13 07:38:05 +0000 |
| commit | 6c4547f4550843ce9a4c88d68735b9db131cb677 (patch) | |
| tree | 70a07ca241d309927c0ebefd57ef66fd658ab3ac /gtk | |
| parent | b65fb78e1be5b212d8dd3a31fc3c7c52d7f5ba49 (diff) | |
| download | scintilla-mirror-6c4547f4550843ce9a4c88d68735b9db131cb677.tar.gz | |
Since casting between void* and function pointers produces a warning
under recent g++, add an additional cast to sptr_t.
Add small size and pedantic warning flags.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 487f19508..2da293582 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -23,7 +23,7 @@ vpath %.h ../src ../include vpath %.cxx ../src INCLUDEDIRS=-I ../include -I ../src -CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -DGTK -DSCI_LEXER $(INCLUDEDIRS) +CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -Os -DGTK -DSCI_LEXER $(INCLUDEDIRS) ifdef NOTHREADS THREADFLAGS=-DG_THREADS_IMPL_NONE |
