summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-02 18:01:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-09-04 09:07:56 -0500
commit3d05302955aaf1e14d4ce3b42579c0fcdaa08398 (patch)
tree5ff3bfcf569233f12085f6ba7185a42a97591519
parentraspberrypi: Use shared bspreset.c (diff)
downloadrtems-3d05302955aaf1e14d4ce3b42579c0fcdaa08398.tar.bz2
csb337/.../bspreset.c: Eliminate warning for set not used variable
-rw-r--r--c/src/lib/libbsp/arm/csb337/startup/bspreset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/csb337/startup/bspreset.c b/c/src/lib/libbsp/arm/csb337/startup/bspreset.c
index 940ff7f0e6..1167d92df3 100644
--- a/c/src/lib/libbsp/arm/csb337/startup/bspreset.c
+++ b/c/src/lib/libbsp/arm/csb337/startup/bspreset.c
@@ -17,7 +17,6 @@ void bsp_reset(void)
{
rtems_interrupt_level level;
- (void) level;
rtems_interrupt_disable(level);
/* Enable the watchdog timer, then wait for the world to end. */