mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
compiler warning
This commit is contained in:
parent
5d1cb7e88f
commit
c4144a12ad
@ -2028,7 +2028,7 @@ run_begin_body() {
|
|||||||
// We have already "read" the nonexistent body.
|
// We have already "read" the nonexistent body.
|
||||||
_state = S_read_trailer;
|
_state = S_read_trailer;
|
||||||
|
|
||||||
} else if (get_file_size() > _skip_body_size) {
|
} else if (get_file_size() > (int)_skip_body_size) {
|
||||||
// If we know the size of the body we are about to skip and it's
|
// If we know the size of the body we are about to skip and it's
|
||||||
// too large, then don't bother skipping it--just drop the
|
// too large, then don't bother skipping it--just drop the
|
||||||
// connection and get a new one.
|
// connection and get a new one.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user