Title: [99378] trunk/Source/_javascript_Core
- Revision
- 99378
- Author
- [email protected]
- Date
- 2011-11-06 12:38:55 -0800 (Sun, 06 Nov 2011)
Log Message
Allow use of FINAL in _javascript_Core
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.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (99377 => 99378)
--- trunk/Source/_javascript_Core/ChangeLog 2011-11-06 19:48:20 UTC (rev 99377)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-11-06 20:38:55 UTC (rev 99378)
@@ -1,3 +1,13 @@
+2011-11-06 Sam Weinig <[email protected]>
+
+ Allow use of FINAL in _javascript_Core
+ 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.
+
2011-11-05 Filip Pizlo <[email protected]>
Value profiling should just use two buckets
Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (99377 => 99378)
--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2011-11-06 19:48:20 UTC (rev 99377)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2011-11-06 20:38:55 UTC (rev 99378)
@@ -26,6 +26,7 @@
COMPILER_SPECIFIC_WARNING_CFLAGS = $(COMPILER_SPECIFIC_WARNING_CFLAGS_$(TARGET_GCC_VERSION));
COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = -Wglobal-constructors -Wexit-time-destructors;
+CLANG_WARN_CXX0X_EXTENSIONS = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DEBUGGING_SYMBOLS = default;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes