From 1b389acabce761f032019fc1fcab4de884051d5f Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 4 Oct 2007 00:42:04 +0000 Subject: [PATCH] squelch compiler warning --- panda/src/downloader/httpChannel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/downloader/httpChannel.cxx b/panda/src/downloader/httpChannel.cxx index 202d0933f4..546b9b1a63 100644 --- a/panda/src/downloader/httpChannel.cxx +++ b/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: