Warnings purge

This commit is contained in:
Marty Connor
2007-07-02 15:28:55 -04:00
parent bf871c4d03
commit ef7f6e72a1
2 changed files with 2 additions and 3 deletions

View File

@@ -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];
};