mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17347
This commit is contained in:
parent
ac150dfac8
commit
1973f1a18f
1 changed files with 1 additions and 1 deletions
|
@ -1304,7 +1304,7 @@ u_setDataDirectory(const char *directory) {
|
|||
shared library is used, and this is a way to make sure that NULL
|
||||
is never returned.
|
||||
*/
|
||||
newDataDir = "";
|
||||
newDataDir = (char *)"";
|
||||
}
|
||||
else {
|
||||
length=(int32_t)uprv_strlen(directory);
|
||||
|
|
Loading…
Add table
Reference in a new issue