mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 03:49:36 +00:00
+1
-1
@@ -28,7 +28,7 @@ struct OptStackEntry {
|
||||
bool warnOnLdOpt;
|
||||
bool warningsAreErrors;
|
||||
size_t maxRecursionDepth;
|
||||
enum WarningState warningStates[numWarningStates];
|
||||
WarningState warningStates[numWarningStates];
|
||||
};
|
||||
|
||||
static std::stack<OptStackEntry> stack;
|
||||
|
||||
Reference in New Issue
Block a user