This commit is contained in:
rusefi 2019-05-10 22:10:40 -04:00
parent c6198e34ec
commit 7bcaf8ee9c
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ bool warning(obd_code_e code, const char *fmt, ...) {
printWarning(fmt, ap);
va_end(ap);
#else
// todo: we need access to 'engine' here so that we can migrate to real 'engine->engineState.warnings'
unitTestWarningCodeState.addWarningCode(code);
printf("unit_test_warning: ");
va_list ap;