Tweaks to avoid compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17383 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-07-28 16:44:24 +00:00
parent 02aace51b0
commit 77ab6be142
6 changed files with 50 additions and 34 deletions

View file

@ -424,6 +424,7 @@ static void unescape(const char *from, char * to)
}
else
{
c = 0; // Avoid compiler warning
[NSException raise: NSGenericException
format: @"Bad percent escape sequence in URL string"];
}