*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -75,7 +75,7 @@ struct globals {
|
||||
char iacbuf[IACBUFSIZE];
|
||||
struct termios termios_def;
|
||||
struct termios termios_raw;
|
||||
};
|
||||
} FIX_ALIASING;
|
||||
#define G (*(struct globals*)&bb_common_bufsiz1)
|
||||
#define INIT_G() do { \
|
||||
struct G_sizecheck { \
|
||||
|
Reference in New Issue
Block a user