X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Frnav_waypt_controller.cxx;h=e728b88d2014889d76ea82cf725a6521b6b52877;hb=ed434d9967b0b23e4abb172d699ef956246f4bf9;hp=278484d0a99e87fddd0092b0aad4269e5ef7f05e;hpb=1dfe80dd860bd7ae66e4d542c9d59b4572cd0ced;p=flightgear.git diff --git a/src/Instrumentation/rnav_waypt_controller.cxx b/src/Instrumentation/rnav_waypt_controller.cxx index 278484d0a..e728b88d2 100644 --- a/src/Instrumentation/rnav_waypt_controller.cxx +++ b/src/Instrumentation/rnav_waypt_controller.cxx @@ -342,6 +342,9 @@ public: case RESTRICT_NONE: assert(false); break; + case SPEED_RESTRICT_MACH: + assert(false); + break; } }