Mercurial > ecos
diff host/libcdl/expr.cxx @ 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/libcdl/expr.cxx +++ b/host/libcdl/expr.cxx @@ -10,7 +10,7 @@ // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of the eCos host tools. -// Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 1999, 2000, 2001, 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 @@ -2994,6 +2994,7 @@ CdlListExpressionBody::update(CdlTransac CYG_ASSERTC(handled); handled = pair_i->second->update(transact, source, source_prop, dest, change); CYG_ASSERTC(handled); + CYG_UNUSED_PARAM(bool, handled); } result = true;
