ICU-900 Fix some compiler warnings.
X-SVN-Rev: 7684
This commit is contained in:
parent
956a5aed45
commit
c61b2b2bbe
@ -120,7 +120,7 @@ static char *
|
||||
{
|
||||
char *pound;
|
||||
|
||||
line = skipWhitespace(line);
|
||||
line = (char*)skipWhitespace(line);
|
||||
pound = uprv_strchr (line, '#');
|
||||
if (pound != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user