Use trap_ instead of abort() for consistency

This commit is contained in:
ISSOtm
2019-11-23 21:59:36 +01:00
parent 401fd8b56b
commit ea003487aa

View File

@@ -222,7 +222,7 @@ void warning(enum WarningID id, char const *fmt, ...)
return;
case WARNING_DEFAULT:
abort();
trap_;
/* Not reached */
case WARNING_ENABLED: