summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-23 20:03:30 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-23 20:03:30 +0000
commitf8ef786cfd35341f4c3d1742375e22f829a0876f (patch)
tree743380001d2341c199e3740ca7296f1783cef17c /libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc
parent33020648811e6f8f2313712ecb0e7ba99e2653b7 (diff)
downloadgcc-f8ef786cfd35341f4c3d1742375e22f829a0876f.tar.gz
2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_facets.tcc: Tweak to avoid warnings. * testsuite/testsuite_hooks.h: Same. * testsuite/*/*.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71693 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc')
-rw-r--r--libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc
index 2c8993afd7e..b3e0624a5de 100644
--- a/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc
@@ -35,7 +35,7 @@
void test01()
{
- bool test = true;
+ bool test __attribute__((unused)) = true;
std::string str_01("jade cove, big sur");
std::string str_05;
std::stringbuf strb_01;
@@ -43,7 +43,7 @@ void test01()
std::stringbuf strb_03(str_01, std::ios_base::out);
const std::ios_base::fmtflags flag01 = std::ios_base::skipws |
std::ios_base::dec;
- std::ios_base::fmtflags flag02, flag03;
+ std::ios_base::fmtflags flag02;
const std::locale glocale = std::locale();
// explicit basic_ios(streambuf* sb)