mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:50:38 +00:00
Remove some stupid compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4b51a7b63
commit
211d150a79
5 changed files with 17 additions and 10 deletions
|
@ -2586,8 +2586,8 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
|
|||
|
||||
- (id) _connectApplication: (NSString*)appName
|
||||
{
|
||||
NSTimeInterval replyTimeout;
|
||||
NSTimeInterval requestTimeout;
|
||||
NSTimeInterval replyTimeout = 0.0;
|
||||
NSTimeInterval requestTimeout = 0.0;
|
||||
NSString *host;
|
||||
NSString *port;
|
||||
NSDate *when = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue