Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.

This commit is contained in:
Gregory Nutt
2013-05-02 06:28:59 -06:00
parent 1cf695cbec
commit 0d1cf112cf
9 changed files with 31 additions and 14 deletions
+6 -7
View File
@@ -47,14 +47,13 @@
* Pre-processor Definitions
****************************************************************************/
/* Macro Name: ASSERT, ASSERTCODE, et al. */
/* Macro Name: ASSERT, VERIFY, et al. */
#undef ASSERT - Assert if the condition is not true
#undef ASSERTCODE - Assert with an error code if the condition is not true
#undef VERIFY - Assert if a function returns a negative value
#undef DEBUGASSERT - Like ASSERT, but only if CONFIG_DEBUG is defined
#undef DEBUGVERIFY - Like VERIFY, but only if CONFIG_DEBUG is defined
#undef PANIC - Unconditional error with code
#undef ASSERT /* Assert if the condition is not true */
#undef VERIFY /* Assert if a function returns a negative value */
#undef DEBUGASSERT /* Like ASSERT, but only if CONFIG_DEBUG is defined */
#undef DEBUGVERIFY /* Like VERIFY, but only if CONFIG_DEBUG is defined */
#undef PANIC /* Unconditional abort */
#ifdef CONFIG_HAVE_FILENAME