comparison host/tools/configtool/standalone/wxwin/configtool.cpp @ 3282:b340d0ab5dd3

* configtool/standalone/wxwin/configtool.cpp, configtool/standalone/wxwin/configtooldoc.cpp, configtool/standalone/wxwin/configtree.cpp, configtool/standalone/wxwin/configtree.h, configtool/standalone/wxwin/filename.cpp, configtool/standalone/wxwin/packagesdlg.cpp, configtool/standalone/wxwin/propertywin.cpp, configtool/standalone/wxwin/runtestsdlg.cpp, configtool/standalone/wxwin/templatesdlg.cpp, ecostest/common/eCosTest.cpp: Silence unused variable warnings with recent GCC. [ Bugzilla 1001950 ]
author jld
date Thu, 13 Mar 2014 15:22:25 +0000
parents 53088a1817a7
children
comparison
equal deleted inserted replaced
3281:f9b94a5b13ac 3282:b340d0ab5dd3
779 779
780 htmlDir += wxString(wxT("/")); 780 htmlDir += wxString(wxT("/"));
781 781
782 wxGetApp().GetHelpController().SetBookBasePath(htmlDir); 782 wxGetApp().GetHelpController().SetBookBasePath(htmlDir);
783 } 783 }
784 #else
785 CYG_UNUSED_PARAM(ecConfigToolDoc *, doc);
784 #endif 786 #endif
785 return TRUE; 787 return TRUE;
786 } 788 }
787 } 789 }
788 790