ICU-3221 Fix linker warnings on AIX

X-SVN-Rev: 12981
This commit is contained in:
George Rhoten 2003-08-29 15:57:38 +00:00
parent c9e789d8ea
commit d099b29421
6 changed files with 12 additions and 6 deletions

View file

@ -102,6 +102,8 @@ TransliteratorTest::TransliteratorTest()
{
}
TransliteratorTest::~TransliteratorTest() {}
void
TransliteratorTest::runIndexedTest(int32_t index, UBool exec,
const char* &name, char* /*par*/) {

View file

@ -25,7 +25,7 @@ class TransliteratorTest : public IntlTest {
public:
TransliteratorTest();
virtual ~TransliteratorTest() {}
virtual ~TransliteratorTest();
private:
void runIndexedTest(int32_t index, UBool exec, const char* &name,

View file

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* Copyright (c) 1997-2003, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@ -17,6 +17,8 @@
const double IntlTestDateFormat::ONEYEAR = 365.25 * ONEDAY; // Approximate
IntlTestDateFormat::~IntlTestDateFormat() {}
/**
* This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
* DateFormat.

View file

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* Copyright (c) 1997-2003, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@ -74,7 +74,7 @@ private:
DATE_TIME
};
public:
virtual ~IntlTestDateFormat() {}
virtual ~IntlTestDateFormat();
};
#endif /* #if !UCONFIG_NO_FORMATTING */

View file

@ -12,6 +12,8 @@
#include "tsnmfmt.h"
#include <float.h>
IntlTestNumberFormat::~IntlTestNumberFormat() {}
static const char * formattableTypeName(Formattable::Type t)
{
switch(t) {

View file

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* Copyright (c) 1997-2003, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@ -60,7 +60,7 @@ private:
public:
virtual ~IntlTestNumberFormat() {}
virtual ~IntlTestNumberFormat();
/*
* Return a random double that isn't too large.