mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
No more anonymous structs (not standard C++) (#1305)
This is one step to restoring `-pedantic` builds
This commit is contained in:
@@ -37,9 +37,9 @@ struct FileStackNode {
|
||||
union {
|
||||
char *name; // NODE_FILE, NODE_MACRO
|
||||
struct { // NODE_REPT
|
||||
uint32_t reptDepth;
|
||||
uint32_t depth;
|
||||
uint32_t *iters;
|
||||
};
|
||||
} rept;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user