Changeset 1045 in webkit for trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
- Timestamp:
- Apr 18, 2002, 3:38:47 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
r1024 r1045 127 127 PRODUCT_NAME = JavaScriptCore; 128 128 SECTORDER_FLAGS = ""; 129 WARNING_CFLAGS = "-Werror -Wall -Wno-format-y2k -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreorder -Wsign-compare"; 129 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 131 WRAPPER_EXTENSION = framework; 131 132 };
Note:
See TracChangeset
for help on using the changeset viewer.