rockbox/apps/plugins/mikmod
Amaury Pouly d7871914ac Fix dangerous casts
On Windows 64-bit, the size of long is 32-bit, thus any pointer to long cast is
not valid. In any case, one should use intptr_t and ptrdiff_t when casting
to integers. This commit attempts to fix all instances reported by GCC.
When relevant, I replaced code by the macros PTR_ADD, ALIGN_UP from system.h

Change-Id: I2273b0e8465d3c4689824717ed5afa5ed238a2dc
2017-02-04 17:24:47 +01:00
..
drv_nos.c
load_669.c
load_amf.c
load_asy.c
load_dsm.c
load_far.c
load_gdm.c
load_gt2.c
load_imf.c
load_it.c
load_m15.c
load_med.c
load_mod.c
load_mtm.c
load_okt.c
load_s3m.c
load_stm.c Prevent theoretical out-of-bounds access in STM_Load() 2014-12-20 13:37:40 +01:00
load_stx.c
load_ult.c
load_uni.c
load_xm.c
mdreg.c
mdriver.c
mikmod.c
mikmod.h
mikmod.make
mikmod_internals.h Fix dangerous casts 2017-02-04 17:24:47 +01:00
mikmod_supp.h
mloader.c
mlreg.c
mlutil.c
mmalloc.c
mmerror.c
mmio.c mikmod plugin: Remove bogus doubled return statement 2014-12-22 22:33:28 +01:00
mplayer.c
munitrk.c
npertab.c
sloader.c
SOURCES
strdup.c
strstr.c
virtch.c
virtch_common.c