Commit d296abb8 authored by Cedric Roux's avatar Cedric Roux

compilation warning removal

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