Adium

Changeset 25605

Show
Ignore:
Timestamp:
11/20/2008 04:26:14 AM (2 months ago)
Author:
catfish_man
Message:

More warnings down. Two left

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/Bonjour/AWBonjourAccount.m

    r25601 r25605  
    6565 
    6666- (void)setAccountIdleTo:(NSDate *)idle; 
    67 - (void)setAccountUserImage:(NSImage *)image; 
    6867- (void)setStatus:(AWEzvStatus)status withMessage:(NSAttributedString *)message; 
    6968@end 
  • trunk/Plugins/Bonjour/libezv/Classes/EKEzvIncomingFileTransfer.m

    r25604 r25605  
    165165        if ([[root name] isEqualToString:@"file"]) { 
    166166                /*We have a file so get it's info and then download it*/ 
    167               NSString *mimeType = [[root attributeForName:@"mimetype"] objectValue]; 
     167        //    NSString *mimeType = [[root attributeForName:@"mimetype"] objectValue]; 
    168168                NSString *posixFlags = [[root attributeForName:@"posixflags"] objectValue]; 
    169               NSString *hfsFlags = [[root attributeForName:@"hfsflags"] objectValue]; 
    170               NSString *size = [[root attributeForName:@"size"] objectValue]; 
     169        //    NSString *hfsFlags = [[root attributeForName:@"hfsflags"] objectValue]; 
     170        //    NSString *size = [[root attributeForName:@"size"] objectValue]; 
    171171 
    172172                NSArray *nameChildren = [root elementsForName:@"name"]; 
  • trunk/Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.m

    r25598 r25605  
    8484} 
    8585 
     86- (NSString *)myInstanceName { 
     87        NSAssert(NO, @"AWEzvContactManager -myInstanceName: This should not be reached"); 
     88} 
     89 
    8690@end 
  • trunk/Plugins/Bonjour/libezv/Private Classes/AWEzvXMLStream.m

    r25598 r25605  
    3737#import <AIUtilities/AIStringAdditions.h> 
    3838#import "AWEzvSupportRoutines.h" 
     39#import "AWEzvContactManager.h" 
    3940 
    4041#define XMLCALL