aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-08 02:16:50 +0000
committernyamatongwe <devnull@localhost>2000-04-08 02:16:50 +0000
commit4fe90137dc48e5ca07e9223694ab8926c9ebbf13 (patch)
treec731acca218796e64e4dfcfad2d5b507377dd60a /gtk/makefile
parent7651d2bdd62655820b09e91d4efa7d3673eddcb8 (diff)
downloadscintilla-mirror-4fe90137dc48e5ca07e9223694ab8926c9ebbf13.tar.gz
Warning squashing.
Updated contributors list. Fixed lexing of MS 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 51e317957..934edbf82 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -15,7 +15,7 @@ vpath %.cxx ../src
#CXXFLAGS= -g -DGTK -DSCI_LEXER -Wwrite-strings
INCLUDEDIRS=-I ../include -I ../src
-CXXFLAGS= -DGTK -DSCI_LEXER
+CXXFLAGS= -DGTK -DSCI_LEXER -W -Wall
.cxx.o:
$(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@