mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40:20 +02:00
this machine kills compiler warnings
This commit is contained in:
@@ -75,7 +75,7 @@ namespace lullaby
|
|||||||
ogg_int64_t offset /*offset from the point we wish to seek to*/,
|
ogg_int64_t offset /*offset from the point we wish to seek to*/,
|
||||||
int whence /*where we want to seek to*/)
|
int whence /*where we want to seek to*/)
|
||||||
{
|
{
|
||||||
size_t spaceToEOF; // How much more we can read till we hit the EOF marker
|
int spaceToEOF; // How much more we can read till we hit the EOF marker
|
||||||
ogg_int64_t actualOffset; // How much we can actually offset it by
|
ogg_int64_t actualOffset; // How much we can actually offset it by
|
||||||
SOggFile* vorbisData; // The data we passed in (for the typecast)
|
SOggFile* vorbisData; // The data we passed in (for the typecast)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user