mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-25 22:52:17 +00:00
Avoid spurious compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2d99b4b95d
commit
8a57dc7e10
2 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
{
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Unsupported socks verion: %@", version];
|
||||
return nil; // Avoid spurious compiler warning
|
||||
}
|
||||
return [[concreteClass alloc] initWithConfiguration: aConfiguration
|
||||
address: anAddress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue