*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -35,8 +35,7 @@ struct globals {
|
||||
dev_t dev_id; /* Device id where target file exists */
|
||||
int nerr;
|
||||
struct edir excludeArray[MAX_EXCLUDES];
|
||||
};
|
||||
|
||||
} FIX_ALIASING;
|
||||
#define G (*(struct globals*)&bb_common_bufsiz1)
|
||||
void BUG_setfiles_globals_too_big(void);
|
||||
#define INIT_G() do { \
|
||||
|
Reference in New Issue
Block a user