mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
squelch compiler warning
This commit is contained in:
parent
5f87b7e40f
commit
1b389acabc
@ -385,10 +385,10 @@ run() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool repeat_later;
|
bool repeat_later = false;
|
||||||
switch (_download_dest) {
|
switch (_download_dest) {
|
||||||
case DD_none:
|
case DD_none:
|
||||||
repeat_later = false; // We're done.
|
// We're done.
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DD_file:
|
case DD_file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user