diff host/tools/configtool/ChangeLog @ 3359: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 f9b94a5b13ac
children
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog
+++ b/host/tools/configtool/ChangeLog
@@ -5,6 +5,16 @@ 2014-03-13  Andy Jackson  <andy@xylanta.
 	  standalone/wxwin/configtree.cpp: Silence "set but unused" variable
 	warnings with recent GCC. [ Bugzilla 1001949 ]
 	* standalone/common/ecosconfig.cxx: Update copyright string.
+	* standalone/wxwin/configtool.cpp,
+	  standalone/wxwin/configtooldoc.cpp,
+	  standalone/wxwin/configtree.cpp,
+	  standalone/wxwin/configtree.h,
+	  standalone/wxwin/filename.cpp,
+	  standalone/wxwin/packagesdlg.cpp,
+	  standalone/wxwin/propertywin.cpp,
+	  standalone/wxwin/runtestsdlg.cpp,
+	  standalone/wxwin/templatesdlg.cpp: Silence unused variable warnings
+	with recent GCC. [ Bugzilla 1001950 ]
 
 2014-02-28  Andy Jackson  <andy@xylanta.com>