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

Adjust last commit.

From-SVN: r77830
This commit is contained in:
Paolo Carlini 2004-02-14 21:22:36 +00:00
parent 45cbe93c0e
commit 3c4d3154dd
4 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,8 @@ protected:
void test14()
{
using namespace std;
bool test __attribute__((unused)) = true;
locale loc = locale::classic();
loc = locale(loc, new errorcvt);

View File

@ -24,6 +24,7 @@
void test03()
{
using namespace std;
bool test __attribute__((unused)) = true;
const char* name = "tmp_seekoff_3";

View File

@ -25,6 +25,7 @@
void test01()
{
using namespace std;
bool test __attribute__((unused)) = true;
const char* name = "tmp_seekpos_1";

View File

@ -51,6 +51,7 @@ protected:
void test13()
{
using namespace std;
bool test __attribute__((unused)) = true;
locale loc = locale::classic();
loc = locale(loc, new errorcvt);