ICU-3905 Fix some compiler warnings.

X-SVN-Rev: 16210
This commit is contained in:
George Rhoten 2004-08-28 04:58:15 +00:00
parent 4b9b1afde3
commit e15fa2960f
2 changed files with 3 additions and 3 deletions

View file

@ -21,11 +21,11 @@
*============================================================================
*/
#include "unicode/utypes.h"
#ifndef LOCMAP_H
#define LOCMAP_H
#include "unicode/utypes.h"
#define LANGUAGE_LCID(hostID) (uint16_t)(0x03FF & hostID)
U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);

View file

@ -76,7 +76,7 @@ public:
* Cleans pieces
* @stable ICU 2.4
*/
~CanonicalIterator();
virtual ~CanonicalIterator();
/**
* Gets the NFD form of the current source we are iterating over.