rockbox/firmware/asm
Amaury Pouly ac59669d46 fix warning in lcd-as-memframe.c
The fix is to actually remove unused variables. Those were unused from day 1,
which I find slightly suspicious so either there is some problem or the code was
copy-pasted and modified, making some variables useless.

Change-Id: I41caf52d469b48c969ece969540de67d87e77357
2017-09-17 15:13:52 +02:00
..
arm Fix arm memset() handling of negative arguments 2017-07-27 19:09:50 -04:00
m68k
mips
sh
asm.make
beep.c
corelock.c
ffs.c
lcd-as-memframe-24bit.c
lcd-as-memframe.c fix warning in lcd-as-memframe.c 2017-09-17 15:13:52 +02:00
memcpy.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
memmove.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
mempcpy.c
memset.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
memset16.c Fix dangerous casts 2017-02-04 17:24:47 +01:00
pcm-mixer.c
SOURCES Initial commit for the Sony NWZ linux port 2017-09-05 21:42:12 +02:00
strlen.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
thread-unix.c
thread-win32.c
thread.c
thread.h