Using void instead of unsigned char fixes the strict-aliasing warnings with -Os and...
commit5ceeb8eb64c1ea435fff4c021c62789185bc3371
authorranma <ranma@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Jun 2010 18:29:06 +0000 (3 18:29 +0000)
committerranma <ranma@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Jun 2010 18:29:06 +0000 (3 18:29 +0000)
tree608a2a5205113d882238b9213cae40490fc34606
parent27ae5e7a40e391158a0e48931b8726525aa8a29f
Using void instead of unsigned char fixes the strict-aliasing warnings with -Os and gets rid of some casts. And we already use void pointer arithmetic in several other places.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26518 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/as3525/pcm-as3525.c