Changeset 99378 in webkit
- Timestamp:
- Nov 6, 2011, 12:38:55 PM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Configurations/Base.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r99375 r99378 1 2011-11-06 Sam Weinig <sam@webkit.org> 2 3 Allow use of FINAL in JavaScriptCore 4 https://bugs.webkit.org/show_bug.cgi?id=71630 5 6 Reviewed by Anders Carlsson. 7 8 * Configurations/Base.xcconfig: 9 Don't warn about C++11 extensions used in C++98 mode. 10 1 11 2011-11-05 Filip Pizlo <fpizlo@apple.com> 2 12 -
trunk/Source/JavaScriptCore/Configurations/Base.xcconfig
r96881 r99378 27 27 COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = -Wglobal-constructors -Wexit-time-destructors; 28 28 29 CLANG_WARN_CXX0X_EXTENSIONS = NO; 29 30 DEBUG_INFORMATION_FORMAT = dwarf; 30 31 GCC_C_LANGUAGE_STANDARD = gnu99;
Note:
See TracChangeset
for help on using the changeset viewer.