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

compilation warning removal

parent 5345b160
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
static struct sock *nas_nl_sk = NULL;
static int exit_netlink_thread=0;
static int nas_netlink_rx_thread(void *);
//static int nas_netlink_rx_thread(void *);
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)
struct netlink_kernel_cfg oai_netlink_cfg;
#endif
......@@ -76,7 +76,7 @@ static void nas_nl_data_ready (struct sk_buff *skb)
//nasmesh_unlock();
struct nlmsghdr *nlh = NULL;
int j;
//int j;
if (skb) {
......
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