Commit 045132ba authored by Cedric Roux's avatar Cedric Roux

compilation warning removal

parent 4080a639
...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment