mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
squelch warning
This commit is contained in:
parent
fcaf349081
commit
965c7fa05f
@ -341,7 +341,7 @@ pandavfs_seek(URLContext *h, int64_t pos, int whence) {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
int FfmpegVirtualFile::
|
int FfmpegVirtualFile::
|
||||||
pandavfs_close(URLContext *h) {
|
pandavfs_close(URLContext *h) {
|
||||||
FfmpegVirtualFile *self = (FfmpegVirtualFile *)(h->priv_data);
|
//FfmpegVirtualFile *self = (FfmpegVirtualFile *)(h->priv_data);
|
||||||
h->priv_data = 0;
|
h->priv_data = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user