mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
Remove more warnings
This commit is contained in:
@@ -134,8 +134,10 @@ static int g_ntests, g_nverified;
|
|||||||
static int g_ntotalalloc, g_ntotaldelete;
|
static int g_ntotalalloc, g_ntotaldelete;
|
||||||
|
|
||||||
static struct mallinfo g_mmbefore;
|
static struct mallinfo g_mmbefore;
|
||||||
static struct mallinfo g_mmprevious;
|
|
||||||
static struct mallinfo g_mmafter;
|
static struct mallinfo g_mmafter;
|
||||||
|
#ifndef CONFIG_EXAMPLES_CONFIGDATA_SILENT
|
||||||
|
static struct mallinfo g_mmprevious;
|
||||||
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* External Functions
|
* External Functions
|
||||||
@@ -273,10 +275,12 @@ static inline uint8_t configdata_randinstance(void)
|
|||||||
* Name: configdata_freefile
|
* Name: configdata_freefile
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#if 0 /* Not used */
|
||||||
static void configdata_freeentry(FAR struct configdata_entrydesc_s *entry)
|
static void configdata_freeentry(FAR struct configdata_entrydesc_s *entry)
|
||||||
{
|
{
|
||||||
memset(entry, 0, sizeof(struct configdata_entrydesc_s));
|
memset(entry, 0, sizeof(struct configdata_entrydesc_s));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: configdata_wrentry
|
* Name: configdata_wrentry
|
||||||
|
Reference in New Issue
Block a user