Ignore:
Timestamp:
Apr 18, 2002, 4:01:34 PM (23 years ago)
Author:
darin
Message:

Oops. Take out -Wstrict-prototypes, put back -Wmissing-prototypes.

File:
1 edited

Legend:

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

    r1046 r1047  
    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 -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 -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
    131131                                WRAPPER_EXTENSION = framework;
    132132                        };
Note: See TracChangeset for help on using the changeset viewer.