mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Address some compiler warnings about implicit integer conversions.
--HG-- branch : minor
This commit is contained in:
@@ -222,7 +222,7 @@ int Source::getFreeBufferCount() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool Source::queue(void *, int, int, int, int)
|
||||
bool Source::queue(void *, size_t, int, int, int)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user