2
0
David Rose 17 жил өмнө
parent
commit
6ae98c3ce7

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

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