[rtems commit] fstests/fsrdwr: Fix warning
Sebastian Huber
sebh at rtems.org
Wed Feb 20 08:21:07 UTC 2013
Module: rtems
Branch: master
Commit: 3d6d4dae0bda71ab5234703587624de5699ed475
Changeset: http://git.rtems.org/rtems/commit/?id=3d6d4dae0bda71ab5234703587624de5699ed475
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Feb 18 15:27:40 2013 +0100
fstests/fsrdwr: Fix warning
---
testsuites/fstests/fsrdwr/init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testsuites/fstests/fsrdwr/init.c b/testsuites/fstests/fsrdwr/init.c
index 2bdaeaa..9821cff 100644
--- a/testsuites/fstests/fsrdwr/init.c
+++ b/testsuites/fstests/fsrdwr/init.c
@@ -560,7 +560,7 @@ random_fill (char *dst, size_t n)
{
static uint32_t u = 0x12345678;
uint32_t v = u;
- uint32_t w;
+ uint32_t w = u;
size_t i = 0;
int j = 0;
More information about the vc
mailing list