Browse Source

squelch compiler warning

David Rose 18 years ago
parent
commit
1b389acabc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/downloader/httpChannel.cxx

+ 2 - 2
panda/src/downloader/httpChannel.cxx

@@ -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: