فهرست منبع

squelch compiler warning

David Rose 18 سال پیش
والد
کامیت
1b389acabc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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) {
     case DD_none:
-      repeat_later = false;  // We're done.
+      // We're done.
       break;
 
     case DD_file: