From 2c5f9e8a3d36d8849cb7181cf047f8e0352e7d85 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 28 May 2009 23:45:05 +0000 Subject: warning removal git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1834 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nsh/nsh_lm3s.c | 3 ++- nuttx/examples/nsh/nsh_lpc214x.c | 3 ++- nuttx/examples/nsh/nsh_serial.c | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'nuttx/examples/nsh') diff --git a/nuttx/examples/nsh/nsh_lm3s.c b/nuttx/examples/nsh/nsh_lm3s.c index 75576bbbe..791bf9d71 100644 --- a/nuttx/examples/nsh/nsh_lm3s.c +++ b/nuttx/examples/nsh/nsh_lm3s.c @@ -38,8 +38,9 @@ ****************************************************************************/ #include - #include + +#include #include #include diff --git a/nuttx/examples/nsh/nsh_lpc214x.c b/nuttx/examples/nsh/nsh_lpc214x.c index 487d3e03f..937db8a61 100644 --- a/nuttx/examples/nsh/nsh_lpc214x.c +++ b/nuttx/examples/nsh/nsh_lpc214x.c @@ -38,8 +38,9 @@ ****************************************************************************/ #include - #include + +#include #include #include diff --git a/nuttx/examples/nsh/nsh_serial.c b/nuttx/examples/nsh/nsh_serial.c index 90107bb67..fe5fac93b 100644 --- a/nuttx/examples/nsh/nsh_serial.c +++ b/nuttx/examples/nsh/nsh_serial.c @@ -363,4 +363,5 @@ int nsh_consolemain(int argc, char *argv[]) fflush(pstate->ss_stream); } } + return OK; } -- cgit v1.2.3