mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Avoid compiler warning.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4471 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f4e98dc3e
commit
7ebad97499
1 changed files with 9 additions and 0 deletions
|
@ -55,6 +55,15 @@
|
||||||
#define make_gdomap_err(X) "check that " stringify_it(X) "/Tools/gdomap is running and owned by root."
|
#define make_gdomap_err(X) "check that " stringify_it(X) "/Tools/gdomap is running and owned by root."
|
||||||
#define make_gdomap_port(X) stringify_it(X)
|
#define make_gdomap_port(X) stringify_it(X)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* to suppress warnings about using this private method.
|
||||||
|
*/
|
||||||
|
@interface TcpOutPort (Hack)
|
||||||
|
+ newForSendingToSockaddr: (struct sockaddr_in*)sockaddr
|
||||||
|
withAcceptedSocket: (int)sock
|
||||||
|
pollingInPort: (id)ip;
|
||||||
|
@end
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Private methods for internal use only.
|
* Private methods for internal use only.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue