mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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) {
|
||||
case DD_none:
|
||||
repeat_later = false; // We're done.
|
||||
// We're done.
|
||||
break;
|
||||
|
||||
case DD_file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user