summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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