[rtems-tools commit] bin2c: Fix warnings
Sebastian Huber
sebh at rtems.org
Fri Jun 15 05:05:01 UTC 2018
Module: rtems-tools
Branch: master
Commit: 1a89c3d78900e8c4d60afcf9978aa2f283121320
Changeset: http://git.rtems.org/rtems-tools/commit/?id=1a89c3d78900e8c4d60afcf9978aa2f283121320
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Jun 6 16:29:19 2018 +0200
bin2c: Fix warnings
Update #3380.
---
misc/bin2c/rtems-bin2c.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/misc/bin2c/rtems-bin2c.c b/misc/bin2c/rtems-bin2c.c
index 53caf27..6381766 100644
--- a/misc/bin2c/rtems-bin2c.c
+++ b/misc/bin2c/rtems-bin2c.c
@@ -59,7 +59,6 @@ void process(const char *ifname, const char *ofname, const char *forced_name)
char obasename[PATH_MAX+1];
char ocname[PATH_MAX+1];
char ohname[PATH_MAX+1];
- const char *cp;
size_t len;
ocfile = NULL;
More information about the vc
mailing list