mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Remove non-OPT options from Options struct
This commit is contained in:
@@ -48,7 +48,7 @@ static bool warningsAreErrors; /* Set if `-Werror` was specified */
|
||||
static enum WarningState warningState(enum WarningID id)
|
||||
{
|
||||
/* Check if warnings are globally disabled */
|
||||
if (!CurrentOptions.warnings)
|
||||
if (!warnings)
|
||||
return WARNING_DISABLED;
|
||||
|
||||
/* Get the actual state */
|
||||
|
||||
Reference in New Issue
Block a user