*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -313,7 +313,7 @@ struct globals {
|
||||
fd_set allsock;
|
||||
/* Used in next_line(), and as scratch read buffer */
|
||||
char line[256]; /* _at least_ 256, see LINE_SIZE */
|
||||
};
|
||||
} FIX_ALIASING;
|
||||
#define G (*(struct globals*)&bb_common_bufsiz1)
|
||||
enum { LINE_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line) };
|
||||
struct BUG_G_too_big {
|
||||
|
Reference in New Issue
Block a user