Changeset 1073


Ignore:
Timestamp:
Nov 10, 2006, 7:47:45 PM (16 years ago)
Author:
livings124
Message:

get rid of some warnings when compiling

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Transmission.xcodeproj/project.pbxproj

    r1071 r1073  
    263263                4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentCell.m; path = macosx/TorrentCell.m; sourceTree = "<group>"; };
    264264                4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TorrentCell.h; path = macosx/TorrentCell.h; sourceTree = "<group>"; };
    265                 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; };
     265                4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; };
    266266                4DDBB71B09E16BF100284745 /* transmissioncli.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transmissioncli.c; path = cli/transmissioncli.c; sourceTree = "<group>"; };
    267267                4DDFDD20099A5D8E00189D81 /* DownloadBadge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DownloadBadge.png; path = macosx/Images/DownloadBadge.png; sourceTree = "<group>"; };
     
    10531053                                );
    10541054                                DEBUG_INFORMATION_FORMAT = dwarf;
     1055                                GCC_ENABLE_OBJC_EXCEPTIONS = YES;
    10551056                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    10561057                                GCC_OPTIMIZATION_LEVEL = 3;
    10571058                                GCC_VERSION_i386 = 4.0;
    10581059                                GCC_VERSION_ppc = 4.0;
     1060                                GCC_WARN_ABOUT_RETURN_TYPE = NO;
    10591061                                MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
    10601062                                MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
  • trunk/macosx/PortChecker.m

    r1032 r1073  
    2525#import "PortChecker.h"
    2626#import "transmission.h"
     27#import "PrefsController.h"
    2728
    2829@implementation PortChecker
Note: See TracChangeset for help on using the changeset viewer.