rockbox/lib
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
..
arm_support build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
fixedpoint Revert "Don't set CORE_GCSECTIONS in fixedpoint.make." 2013-05-04 21:41:49 +02:00
libsetjmp Deprecate the EXTRA_LIBS variable. 2013-01-24 16:06:45 +01:00
rbcodec Fix dangerous casts 2017-02-04 17:24:47 +01:00
skin_parser Limit more variables to file scope 2015-01-11 21:40:51 +01:00
tlsf Fix dangerous casts 2017-02-04 17:24:47 +01:00
unwarminder unwinder: in get__sp(), use the more correct "msr cpsr_c, ..." form 2016-12-12 13:15:47 +01:00