Rethink some recent warning removal logic

This commit is contained in:
Gregory Nutt
2016-06-12 07:17:04 -06:00
parent 7d0950bb22
commit b1eb4fdd8e
2 changed files with 18 additions and 8 deletions
+9 -4
View File
@@ -39,6 +39,15 @@
#include <nuttx/config.h>
/* Output debug info even if debug output is not selected. */
#undef CONFIG_DEBUG_ERROR
#undef CONFIG_DEBUG_WARN
#undef CONFIG_DEBUG_INFO
#define CONFIG_DEBUG_ERROR 1
#define CONFIG_DEBUG_WARN 1
#define CONFIG_DEBUG_INFO 1
#include <spawn.h>
#include <assert.h>
#include <debug.h>
@@ -47,10 +56,6 @@
#ifdef CONFIG_DEBUG_FEATURES
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/