Browse Source

squelch compiler warning

David Rose 17 years ago
parent
commit
6ae98c3ce7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/event/asyncTask.I

+ 3 - 0
panda/src/event/asyncTask.I

@@ -46,6 +46,9 @@ is_alive() const {
   case S_servicing_removed:
   case S_servicing_removed:
     return false;
     return false;
   }
   }
+
+  // Shouldn't get here.
+  return false;
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////