core: fix err_f.cpp warning about unhandled enumeration value on OSX

This commit is contained in:
Kloen
2017-01-29 17:46:23 +01:00
parent 9abdb7fe11
commit b83fc3e1f5
+2
View File
@@ -227,6 +227,8 @@ static void ThrowFatalError(Interface* self) {
LOG_CRITICAL(Service_ERR, "FINST2: 0x%08X",
errtype.exception_data.exception_info.fpinst2);
break;
case ExceptionType::Undefined:
break; // Not logging exception_info for this case
}
LOG_CRITICAL(Service_ERR, "Datetime: %s", GetCurrentSystemTime().c_str());
break;