Skip to content
Snippets Groups Projects
Commit 045132ba authored by Cedric Roux's avatar Cedric Roux
Browse files

compilation warning removal

parent 4080a639
Branches
Tags
No related merge requests found
...@@ -605,12 +605,12 @@ void nas_CLASS_send(struct sk_buff *skb,int inst) ...@@ -605,12 +605,12 @@ void nas_CLASS_send(struct sk_buff *skb,int inst)
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
struct classifier_entity *p, *sp; struct classifier_entity *p, *sp;
uint8_t *protocolh,version; uint8_t *protocolh,version;
uint8_t protocol, dscp, exp,label; uint8_t protocol, dscp /*, exp,label*/ ;
uint16_t classref; uint16_t classref;
struct cx_entity *cx; struct cx_entity *cx;
unsigned int i; //unsigned int i;
unsigned int router_adv = 0; //unsigned int router_adv = 0;
struct net_device *dev=nasdev[inst]; struct net_device *dev=nasdev[inst];
struct nas_priv *gpriv=netdev_priv(dev); struct nas_priv *gpriv=netdev_priv(dev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment