Index: firmware/App/Controllers/Pressures.c =================================================================== diff -u -rbecd984764c6f1737369fc7078059c46809f1864 -rfa508da7e2f77c8e85a504058ceb56749ec753b6 --- firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision becd984764c6f1737369fc7078059c46809f1864) +++ firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision fa508da7e2f77c8e85a504058ceb56749ec753b6) @@ -250,9 +250,13 @@ checkPersistentAlarm( ALARM_ID_DG_CLEANING_MODE_INLET_WATER_PRESSURE_TOO_LOW, isPressureTooLow, pressure, MIN_INLET_PRESSURE_TO_CLEAR_WARINING_PSIG ); break; +#ifndef _VECTORCAST_ + // This default is reachable in VectorCAST but it is not testable since no static variables or other functions are called + // So it is masked in VectorCAST default: // NOTE: Do nothing for the rest of the modes break; +#endif } } }