Ignore:
Timestamp:
Apr 18, 2002, 3:54:16 PM (23 years ago)
Author:
darin
Message:

Take out -Wmissing-prototypes
because system headers are triggering it when we don't have
precompiled headers on.

File:
1 edited

Legend:

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

    r1045 r1046  
    128128                                SECTORDER_FLAGS = "";
    129129                                USE_GCC3 = YES;
    130                                 WARNING_CFLAGS = "-Werror -Wall -W -Wbad-function-cast -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
     130                                WARNING_CFLAGS = "-Werror -Wall -W -Wbad-function-cast -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
    131131                                WRAPPER_EXTENSION = framework;
    132132                        };
Note: See TracChangeset for help on using the changeset viewer.