From 6ae98c3ce72e5a49aa63cf107f834d0bfe170dbd Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 28 Oct 2008 22:05:55 +0000 Subject: [PATCH] squelch compiler warning --- panda/src/event/asyncTask.I | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/event/asyncTask.I b/panda/src/event/asyncTask.I index 38e80a4f14..50e88e5f9a 100644 --- a/panda/src/event/asyncTask.I +++ b/panda/src/event/asyncTask.I @@ -46,6 +46,9 @@ is_alive() const { case S_servicing_removed: return false; } + + // Shouldn't get here. + return false; } ////////////////////////////////////////////////////////////////////