OSDN Git Service

2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / numpunct / members / wchar_t / cache_1.cc
index 0b41e96..d7d849e 100644 (file)
@@ -15,7 +15,7 @@
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
 #include <locale>
@@ -47,7 +47,7 @@ void test01()
 {
   using namespace std;
 
-  bool                 test = true;
+  bool test __attribute__((unused)) = true;
   const wstring        basestr(L"true");
   const wstring        derivedstr(L"truest");