summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-14 10:41:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-14 10:41:08 +0000
commit7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c (patch)
treebc8b3c7dbe8dfcbfe1a95acd88173a6dcf58e91b
parent91f743f17ef91fcce7e6498fc8bf888ac010bb3c (diff)
downloadrockbox-7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c.tar.gz
rockbox-7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c.zip
go bananas, now we complain on *lots* of details
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@999 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 0c40a0336a..cf84f2be61 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -65,7 +65,7 @@ ifdef MPEG_PLAY
65 INCLUDES += -I$(PREVAPPDIR)/common 65 INCLUDES += -I$(PREVAPPDIR)/common
66endif 66endif
67 67
68CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) 68CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
69 69
70FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c 70FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
71 71