mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a shadow declaration warning.
Public issue https://github.com/mackron/miniaudio/issues/1059
This commit is contained in:
@@ -61676,7 +61676,6 @@ static ma_result ma_default_vfs_info(ma_vfs* pVFS, ma_vfs_file file, ma_file_inf
|
|||||||
|
|
||||||
if (result == MA_NOT_IMPLEMENTED) {
|
if (result == MA_NOT_IMPLEMENTED) {
|
||||||
/* Not implemented. Fall back to seek/tell/seek. */
|
/* Not implemented. Fall back to seek/tell/seek. */
|
||||||
ma_result result;
|
|
||||||
ma_int64 cursor;
|
ma_int64 cursor;
|
||||||
ma_int64 sizeInBytes;
|
ma_int64 sizeInBytes;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user