Commit 3c4d3154 by Paolo Carlini

2004-02-14 Paolo Carlini <pcarlini@suse.de>

	Adjust last commit.

From-SVN: r77830
parent 45cbe93c
...@@ -51,6 +51,7 @@ protected: ...@@ -51,6 +51,7 @@ protected:
void test14() void test14()
{ {
using namespace std; using namespace std;
bool test __attribute__((unused)) = true;
locale loc = locale::classic(); locale loc = locale::classic();
loc = locale(loc, new errorcvt); loc = locale(loc, new errorcvt);
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
void test03() void test03()
{ {
using namespace std; using namespace std;
bool test __attribute__((unused)) = true;
const char* name = "tmp_seekoff_3"; const char* name = "tmp_seekoff_3";
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
void test01() void test01()
{ {
using namespace std; using namespace std;
bool test __attribute__((unused)) = true;
const char* name = "tmp_seekpos_1"; const char* name = "tmp_seekpos_1";
......
...@@ -51,6 +51,7 @@ protected: ...@@ -51,6 +51,7 @@ protected:
void test13() void test13()
{ {
using namespace std; using namespace std;
bool test __attribute__((unused)) = true;
locale loc = locale::classic(); locale loc = locale::classic();
loc = locale(loc, new errorcvt); loc = locale(loc, new errorcvt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment