ICU-4288 Fix some compiler warnings.

X-SVN-Rev: 17347
This commit is contained in:
George Rhoten 2005-03-16 01:18:06 +00:00
parent ac150dfac8
commit 1973f1a18f

View file

@ -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);