Ignore:
Timestamp:
Jun 25, 2002, 10:31:18 AM (23 years ago)
Author:
darin
Message:
  • JavaScriptCore.pbproj/project.pbxproj: Re-add -Wmissing-format-attribute.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

    r1401 r1429  
    132132                                SECTORDER_FLAGS = "";
    133133                                USE_GCC3_PFE_SUPPORT = YES;
    134                                 WARNING_CFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
     134                                WARNING_CFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
    135135                                WRAPPER_EXTENSION = framework;
    136136                        };
     
    219219                        );
    220220                        isa = PBXHeadersBuildPhase;
     221                        runOnlyForDeploymentPostprocessing = 0;
    221222                };
    222223                0867D69EFE84028FC02AAC07 = {
     
    227228                        );
    228229                        isa = PBXResourcesBuildPhase;
     230                        runOnlyForDeploymentPostprocessing = 0;
    229231                };
    230232                0867D69FFE84028FC02AAC07 = {
     
    260262                        );
    261263                        isa = PBXSourcesBuildPhase;
     264                        runOnlyForDeploymentPostprocessing = 0;
    262265                };
    263266                0867D6A0FE84028FC02AAC07 = {
     
    267270                        );
    268271                        isa = PBXFrameworksBuildPhase;
     272                        runOnlyForDeploymentPostprocessing = 0;
    269273                };
    270274                0867D6A2FE84028FC02AAC07 = {
     
    273277                        );
    274278                        isa = PBXRezBuildPhase;
     279                        runOnlyForDeploymentPostprocessing = 0;
    275280                };
    276281                0867D6A5FE840307C02AAC07 = {
     
    12841289                        neededFileNames = (
    12851290                        );
     1291                        runOnlyForDeploymentPostprocessing = 0;
    12861292                        shellPath = /bin/sh;
    12871293                        shellScript = "if [ -f ../configure.in ]; then make embed; fi";
Note: See TracChangeset for help on using the changeset viewer.