⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99378 in webkit


Ignore:
Timestamp:
Nov 6, 2011, 12:38:55 PM (15 years ago)
Author:
weinig@apple.com
Message:

Allow use of FINAL in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=71630

Reviewed by Anders Carlsson.

  • Configurations/Base.xcconfig:

Don't warn about C++11 extensions used in C++98 mode.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r99375 r99378  
     12011-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
    1112011-11-05  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/Source/JavaScriptCore/Configurations/Base.xcconfig

    r96881 r99378  
    2727COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = -Wglobal-constructors -Wexit-time-destructors;
    2828
     29CLANG_WARN_CXX0X_EXTENSIONS = NO;
    2930DEBUG_INFORMATION_FORMAT = dwarf;
    3031GCC_C_LANGUAGE_STANDARD = gnu99;
Note: See TracChangeset for help on using the changeset viewer.