mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16210
This commit is contained in:
parent
4b9b1afde3
commit
e15fa2960f
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue