Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
045132ba
Commit
045132ba
authored
Mar 24, 2017
by
Cedric Roux
Browse files
compilation warning removal
parent
4080a639
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/NETWORK_DRIVER/MESH/classifier.c
View file @
045132ba
...
...
@@ -605,12 +605,12 @@ void nas_CLASS_send(struct sk_buff *skb,int inst)
//---------------------------------------------------------------------------
struct
classifier_entity
*
p
,
*
sp
;
uint8_t
*
protocolh
,
version
;
uint8_t
protocol
,
dscp
,
exp
,
label
;
uint8_t
protocol
,
dscp
/*
, exp,label
*/
;
uint16_t
classref
;
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
nas_priv
*
gpriv
=
netdev_priv
(
dev
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment