mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5427 add cast to disambiguate for cygwin
X-SVN-Rev: 21279
This commit is contained in:
parent
c135088734
commit
c65992f000
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ NewResourceBundleTest::TestOtherAPI(){
|
|||
errln("copy construction failed\n");
|
||||
}
|
||||
|
||||
ResourceBundle defaultSub = defaultresource.get(0, err);
|
||||
ResourceBundle defaultSub = defaultresource.get((int32_t)0, err);
|
||||
ResourceBundle defSubCopy(defaultSub);
|
||||
if(strcmp(defSubCopy.getName(), defaultSub.getName() ) !=0 ||
|
||||
strcmp(defSubCopy.getLocale().getName(), defaultSub.getLocale().getName() ) !=0 ){
|
||||
|
|
Loading…
Add table
Reference in a new issue