Mercurial > ecos
diff host/infra/ChangeLog @ 3281:f9b94a5b13ac
* infra/trace.cxx, libcdl/build.cxx, libcdl/expr.cxx,
tools/Utils/common/eCosStd.h, tools/ecostest/common/eCosTest.cpp,
tools/configtool/standalone/wxwin/admindlg.cpp,
tools/configtool/standalone/wxwin/configtooldoc.cpp,
tools/configtool/standalone/wxwin/configtree.cpp: Silence "set
but unused" variable warnings with recent GCC. [ Bugzilla 1001949 ]
* standalone/common/ecosconfig.cxx: Update copyright string.
| author | jld |
|---|---|
| date | Thu, 13 Mar 2014 15:03:41 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
line wrap: on
line diff
--- a/host/infra/ChangeLog +++ b/host/infra/ChangeLog @@ -1,3 +1,8 @@ +2014-03-13 Andy Jackson <andy@xylanta.com> + + * trace.cxx: Silence "set but unused" variable warnings with + recent GCC. [ Bugzilla 1001949 ] + 2008-08-18 Bart Veer <bartv@ecoscentric.com> * configure.in, Makefile.am: update host-side configury @@ -177,7 +182,7 @@ 1998-12-24 Bart Veer <bartv@cygnus.co. // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2014 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
