From 73388116079288523c84f4c93fe19646c34644b9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 21 Jan 2015 10:52:54 +1100 Subject: Remove warning on Linux. --- linkers/rtems-syms.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'linkers') 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': -- cgit v1.2.3