summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-11 19:10:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 10:33:17 -0500
commitee2c3b657cd7f959acf36956c44b78928b791949 (patch)
tree6086aa8a055c9b649a411f5e9fe5be07babd3148
parentm68k/mvme136: Fix warnings (diff)
downloadrtems-ee2c3b657cd7f959acf36956c44b78928b791949.tar.bz2
libbsp/shared/dummy_printk_support.c: Fix warning
-rw-r--r--c/src/lib/libbsp/shared/dummy_printk_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/dummy_printk_support.c b/c/src/lib/libbsp/shared/dummy_printk_support.c
index e0bb64c001..8273edb83a 100644
--- a/c/src/lib/libbsp/shared/dummy_printk_support.c
+++ b/c/src/lib/libbsp/shared/dummy_printk_support.c
@@ -22,7 +22,7 @@
#include <rtems.h>
#include <rtems/bspIo.h>
-void BSP_output_char_f(char c)
+static void BSP_output_char_f(char c)
{
/* the character just needs to disappear */
}