mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-535 fixed some compiler warnings
X-SVN-Rev: 2334
This commit is contained in:
parent
e2a238190f
commit
c49a0d22a7
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
// $Revision: 1.7 $
|
||||
// $Revision: 1.8 $
|
||||
//===============================================================================
|
||||
//
|
||||
// File locmap.hpp : Locale Mapping Classes
|
||||
|
@ -40,8 +40,8 @@ class IGlobalLocales {
|
|||
static uint16_t languageLCID(uint32_t hostID);
|
||||
protected:
|
||||
IGlobalLocales() { }
|
||||
IGlobalLocales(const IGlobalLocales& that) { }
|
||||
IGlobalLocales& operator=(const IGlobalLocales& that) { return *this;}
|
||||
IGlobalLocales(const IGlobalLocales&/* that*/) { }
|
||||
IGlobalLocales& operator=(const IGlobalLocales&/* that*/) { return *this;}
|
||||
private:
|
||||
|
||||
static int32_t fgLocaleCount;
|
||||
|
|
Loading…
Add table
Reference in a new issue