We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2135

Summary: [Android] Compiler warnings about incompatible pointer types
Product: SDL_mixer Reporter: Martin Gerhardy <martin.gerhardy>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: unspecified   
Hardware: ARM   
OS: Android (All)   

Description Martin Gerhardy 2013-10-06 11:10:43 UTC
latest hg version

jni/SDL_mixer/music_ogg.c: In function 'OGG_new_RW':
jni/SDL_mixer/music_ogg.c:81:25: warning: assignment from incompatible pointer type [enabled by default]
jni/SDL_mixer/music_ogg.c:82:25: warning: assignment from incompatible pointer type [enabled by default]

jni/SDL_mixer/load_ogg.c: In function 'Mix_LoadOGG_RW':
jni/SDL_mixer/load_ogg.c:89:25: warning: assignment from incompatible pointer type [enabled by default]
jni/SDL_mixer/load_ogg.c:90:25: warning: assignment from incompatible pointer type [enabled by default]
jni/SDL_mixer/load_ogg.c:91:26: warning: assignment from incompatible pointer type [enabled by default]
Comment 1 Sam Lantinga 2017-10-21 20:09:35 UTC
This doesn't appear to be the case with the latest SDL_mixer in Mercurial, built with libogg-1.3.2 and libvorbis-1.3.5