Eliminate some new warnings found in build testing.

This commit is contained in:
Gregory Nutt
2018-07-08 13:44:20 -06:00
parent fa56b1bbc7
commit 1783d344dc
2 changed files with 2 additions and 14 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* net/igmp/igmp_poll.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Copyright (C) 2010, 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* The NuttX implementation of IGMP was inspired by the IGMP add-on for the
@@ -46,6 +46,7 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/semaphore.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>