summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/common/stubs.c1
-rw-r--r--uisimulator/win32/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 463cf199bf..3360afefa7 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -121,4 +121,5 @@ void lcd_putc(int x, int y, unsigned char ch)
121 121
122void lcd_set_contrast( int x ) 122void lcd_set_contrast( int x )
123{ 123{
124 (void)x;
124} 125}
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index bd4708ab6a..79ae3d6ed8 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -166,7 +166,7 @@ $(OBJDIR)/lang.o: $(APPDIR)/lang/$(LANGUAGE).lang
166 $(TOOLSDIR)/genlang -p=$(OBJDIR)/lang $< 166 $(TOOLSDIR)/genlang -p=$(OBJDIR)/lang $<
167 $(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@ 167 $(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@
168 168
169$(OBJDIR)/lcd.o: $(DRIVERS)/lcd-recorder.c 169$(OBJDIR)/lcd-recorder.o: $(DRIVERS)/lcd-recorder.c
170 $(CC) $(APPCFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ 170 $(CC) $(APPCFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@
171 171
172$(OBJDIR)/power.o: $(DRIVERS)/power.c 172$(OBJDIR)/power.o: $(DRIVERS)/power.c