summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-01-21 10:52:54 +1100
committerChris Johns <chrisj@rtems.org>2015-01-21 10:52:54 +1100
commit73388116079288523c84f4c93fe19646c34644b9 (patch)
tree5fef042050931faf18292031fa780ac5957104af
parentDEST_OS is linux and not linux2. (diff)
downloadrtems-tools-73388116079288523c84f4c93fe19646c34644b9.tar.bz2
Remove warning on Linux.
-rw-r--r--linkers/rtems-syms.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp
index 6f167e3..3fb7992 100644
--- a/linkers/rtems-syms.cpp
+++ b/linkers/rtems-syms.cpp
@@ -316,7 +316,6 @@ main (int argc, char* argv[])
std::string cc;
std::string symc;
bool embed = false;
- bool warnings = false;
rld::set_cmdline (argc, argv);
@@ -339,7 +338,6 @@ main (int argc, char* argv[])
break;
case 'w':
- warnings = true;
break;
case 'k':