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

compilation warning removal

parent 4080a639
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment