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 - [Android] Compiler warnings about incompatible pointer types
Summary: [Android] Compiler warnings about incompatible pointer types
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: ARM Android (All)
: P2 enhancement
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 11:10 UTC by Martin Gerhardy
Modified: 2017-10-21 20:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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