mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
02aace51b0
commit
77ab6be142
6 changed files with 50 additions and 34 deletions
|
@ -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"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue