*: fix 1/4 remaining aliasing warnings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#define IFF_LOWER_UP 0x10000 /* driver signals L1 up*/
|
||||
#endif
|
||||
|
||||
typedef struct filter_t {
|
||||
struct filter_t {
|
||||
char *label;
|
||||
char *flushb;
|
||||
struct rtnl_handle *rth;
|
||||
@@ -38,7 +38,8 @@ typedef struct filter_t {
|
||||
smallint up;
|
||||
smallint flushed;
|
||||
inet_prefix pfx;
|
||||
} filter_t;
|
||||
} FIX_ALIASING;
|
||||
typedef struct filter_t filter_t;
|
||||
|
||||
#define G_filter (*(filter_t*)&bb_common_bufsiz1)
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct filter_t {
|
||||
struct filter_t {
|
||||
int tb;
|
||||
smallint flushed;
|
||||
char *flushb;
|
||||
@@ -43,7 +43,8 @@ typedef struct filter_t {
|
||||
inet_prefix mdst;
|
||||
inet_prefix rsrc;
|
||||
inet_prefix msrc;
|
||||
} filter_t;
|
||||
} FIX_ALIASING;
|
||||
typedef struct filter_t filter_t;
|
||||
|
||||
#define G_filter (*(filter_t*)&bb_common_bufsiz1)
|
||||
|
||||
|
Reference in New Issue
Block a user