mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use trap_ instead of abort() for consistency
This commit is contained in:
@@ -222,7 +222,7 @@ void warning(enum WarningID id, char const *fmt, ...)
|
||||
return;
|
||||
|
||||
case WARNING_DEFAULT:
|
||||
abort();
|
||||
trap_;
|
||||
/* Not reached */
|
||||
|
||||
case WARNING_ENABLED:
|
||||
|
||||
Reference in New Issue
Block a user