X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F22_locale%2Fcodecvt%2Fout%2Fwchar_t%2F7.cc;h=2a469c65c30dee4b91d61449c0ee7dea3887c0c6;hb=f8ef786cfd35341f4c3d1742375e22f829a0876f;hp=3c069c8bb840caad66f6159904cb632f00f4e8bf;hpb=33020648811e6f8f2313712ecb0e7ba99e2653b7;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc index 3c069c8bb84..2a469c65c30 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc @@ -47,7 +47,7 @@ void test03() typedef char ext_type; typedef char_traits ext_traits; - bool test = true; + bool test __attribute__((unused)) = true; const ext_type* e_lit = "a"; const int_type i_lit[] = { L'a', 0x20ac, 0x0 }; const int_type* ifrom_next;