mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
Warnings purge
This commit is contained in:
@@ -32,7 +32,7 @@ struct neighbour_solicit {
|
||||
/* "Compulsory" options */
|
||||
uint8_t opt_type;
|
||||
uint8_t opt_len;
|
||||
#warning hack alert
|
||||
/* FIXME: hack alert */
|
||||
uint8_t opt_ll_addr[6];
|
||||
};
|
||||
|
||||
@@ -45,7 +45,7 @@ struct neighbour_advert {
|
||||
struct in6_addr target;
|
||||
uint8_t opt_type;
|
||||
uint8_t opt_len;
|
||||
#warning hack alert
|
||||
/* FIXME: hack alert */
|
||||
uint8_t opt_ll_addr[6];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user