*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -43,8 +43,7 @@ struct globals {
|
||||
__u32 filter_parent;
|
||||
__u32 filter_prio;
|
||||
__u32 filter_proto;
|
||||
};
|
||||
|
||||
} FIX_ALIASING;
|
||||
#define G (*(struct globals*)&bb_common_bufsiz1)
|
||||
#define filter_ifindex (G.filter_ifindex)
|
||||
#define filter_qdisc (G.filter_qdisc)
|
||||
|
Reference in New Issue
Block a user