diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-06-14 10:41:08 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-14 10:41:08 +0000 |
| commit | 7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c (patch) | |
| tree | bc8b3c7dbe8dfcbfe1a95acd88173a6dcf58e91b | |
| parent | 91f743f17ef91fcce7e6498fc8bf888ac010bb3c (diff) | |
| download | rockbox-7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c.zip rockbox-7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c.tar.gz rockbox-7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c.tar.bz2 rockbox-7a8d95d8ff1247486596ea5b5a95b02ec1fd5a3c.tar.xz | |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 0c40a03..cf84f2b 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -65,7 +65,7 @@ ifdef MPEG_PLAY INCLUDES += -I$(PREVAPPDIR)/common endif -CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) +CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c |