diff options
| author | nyamatongwe <devnull@localhost> | 2006-02-13 07:38:05 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-02-13 07:38:05 +0000 |
| commit | 0fe8306ffa7c79774286eb2f015ec69372297203 (patch) | |
| tree | 70a07ca241d309927c0ebefd57ef66fd658ab3ac /gtk | |
| parent | 9c0deaed39b7ec5f4139db7027eabe583c4a90a8 (diff) | |
| download | scintilla-mirror-0fe8306ffa7c79774286eb2f015ec69372297203.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 |
