[rtems commit] mvme147s/shmsupp/getcfg.c: Fix warning
Joel Sherrill
joel at rtems.org
Thu Jun 16 14:04:33 UTC 2016
Module: rtems
Branch: master
Commit: d5ff1398948c87bd17a3e516c7ae070b7139ebd0
Changeset: http://git.rtems.org/rtems/commit/?id=d5ff1398948c87bd17a3e516c7ae070b7139ebd0
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Apr 21 19:33:38 2016 -0500
mvme147s/shmsupp/getcfg.c: Fix warning
---
c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
index 3e93c1a..c549a9f 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
@@ -34,7 +34,7 @@
shm_config_table BSP_shm_cfgtbl;
-uint32_t *BSP_int_address()
+static uint32_t *BSP_int_address(void)
{
uint32_t id, offset;
More information about the vc
mailing list