]> granicus.if.org Git - icu/commitdiff
ICU-10673 AnyTransliterator thread safety test, fix build failure on AIX.
authorAndy Heninger <andy.heninger@gmail.com>
Thu, 27 Feb 2014 20:57:51 +0000 (20:57 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Thu, 27 Feb 2014 20:57:51 +0000 (20:57 +0000)
X-SVN-Rev: 35255

icu4c/source/test/intltest/tsmthred.cpp

index dd42fe58f064e6033348f3513d8ef0b0b7ed9fb0..a541cffc1fe482d80bb65233beacaac05c7c3b5f 100644 (file)
@@ -1524,7 +1524,7 @@ cleanupAndReturn:
         }
         delete testString;
     }
-};
+}
 
 
 // Test for ticket #10673, race in cache code in AnyTransliterator.
@@ -1543,7 +1543,7 @@ class TxThread: public SimpleThread {
     void run();
 };
 
-TxThread::~TxThread() {};
+TxThread::~TxThread() {}
 void TxThread::run() {
     UnicodeString greekString("\\u03B4\\u03B9\\u03B1\\u03C6\\u03BF\\u03C1\\u03B5\\u03C4\\u03B9\\u03BA\\u03BF\\u03CD\\u03C2");
     greekString = greekString.unescape();