rockbox/apps/recorder
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
..
albumart.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
albumart.h
bmp.c Fix some build errors and warnings. 2014-06-21 00:49:05 +02:00
bmp.h Support GIMP bmp files. 2013-12-22 19:55:55 +01:00
icons.c
icons.h
jpeg_common.h Fix FS#12981 JPEG decoding problem when entropy data starts with FF 2016-04-01 19:29:41 +02:00
jpeg_idct_arm.S
jpeg_load.c Fix FS#12981 JPEG decoding problem when entropy data starts with FF 2016-04-01 19:29:41 +02:00
jpeg_load.h
keyboard.c Fix dangerous casts 2017-02-04 17:24:47 +01:00
pcm_record.c recording: Fix sloppy return value check. This caused an OOM panic. 2013-12-24 10:20:13 +01:00
pcm_record.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
peakmeter.c Clean up peak calculating code. 2012-05-02 20:53:07 -04:00
peakmeter.h
recording.c Implement speaker enable/disable on jack (un)plug 2017-02-04 17:22:08 +01:00
recording.h
resize.c lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
resize.h