Mercurial > nand-ecoscentric
comparison host/tools/configtool/standalone/wxwin/filename.cpp @ 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 | e14d4c233d66 |
| children |
comparison
equal
deleted
inserted
replaced
| 3358:f9b94a5b13ac | 3359:b340d0ab5dd3 |
|---|---|
| 1 // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### | 1 // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### |
| 2 // ------------------------------------------- | 2 // ------------------------------------------- |
| 3 // This file is part of the eCos host tools. | 3 // This file is part of the eCos host tools. |
| 4 // Copyright (C) 1998, 1999, 2000, 2003, 2005, 2009 Free Software Foundation, Inc. | 4 // Copyright (C) 1998, 1999, 2000, 2003, 2005, 2009, 2014 Free Software Foundation, Inc. |
| 5 // | 5 // |
| 6 // This program is free software; you can redistribute it and/or modify | 6 // This program is free software; you can redistribute it and/or modify |
| 7 // it under the terms of the GNU General Public License as published by | 7 // it under the terms of the GNU General Public License as published by |
| 8 // the Free Software Foundation; either version 2 or (at your option) any | 8 // the Free Software Foundation; either version 2 or (at your option) any |
| 9 // later version. | 9 // later version. |
| 218 break; | 218 break; |
| 219 } | 219 } |
| 220 return; | 220 return; |
| 221 } | 221 } |
| 222 } | 222 } |
| 223 CYG_UNUSED_PARAM(int, nNewLen); | |
| 223 } | 224 } |
| 224 | 225 |
| 225 void ecFileName::Normalize() | 226 void ecFileName::Normalize() |
| 226 { | 227 { |
| 227 // Remove any trailing seperator | 228 // Remove any trailing seperator |
