mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-04-28 00:54:17 +02:00
hide some warnings
This commit is contained in:
3
Makefile
3
Makefile
@@ -56,6 +56,9 @@ endif
|
|||||||
cpu.o: cpu.c
|
cpu.o: cpu.c
|
||||||
$(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
|
$(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
|
||||||
|
|
||||||
|
cpu_threaded.o: cpu_threaded.c
|
||||||
|
$(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
|
||||||
|
|
||||||
%.o: %.S
|
%.o: %.S
|
||||||
$(CC) -c -o $@ $< $(ASFLAGS) $(OPTIMIZE)
|
$(CC) -c -o $@ $< $(ASFLAGS) $(OPTIMIZE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user