comparison host/tools/ecostest/ChangeLog @ 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 f9b94a5b13ac
children
comparison
equal deleted inserted replaced
3281:f9b94a5b13ac 3282:b340d0ab5dd3
1 2014-03-13 Andy Jackson <andy@xylanta.com> 1 2014-03-13 Andy Jackson <andy@xylanta.com>
2 2
3 * common/eCosTest.cpp: Silence "set but unused" variable warnings 3 * common/eCosTest.cpp: Silence "set but unused" variable warnings
4 with recent GCC. [ Bugzilla 1001949 ] 4 with recent GCC. [ Bugzilla 1001949 ]
5 * common/eCosTest.cpp: Silence unused variable warnings with recent
6 GCC. [ Bugzilla 1001950 ]
5 7
6 2012-04-23 John Dallaway <john@dallaway.org.uk> 8 2012-04-23 John Dallaway <john@dallaway.org.uk>
7 9
8 * common/eCosTestPlatform.cpp: Include limits.h for PATH_MAX 10 * common/eCosTestPlatform.cpp: Include limits.h for PATH_MAX
9 definition. 11 definition.