Title: [176911] trunk/Source/WebCore
Revision
176911
Author
[email protected]
Date
2014-12-06 13:10:23 -0800 (Sat, 06 Dec 2014)

Log Message

Follow-up build fix.

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176910 => 176911)


--- trunk/Source/WebCore/ChangeLog	2014-12-06 21:04:35 UTC (rev 176910)
+++ trunk/Source/WebCore/ChangeLog	2014-12-06 21:10:23 UTC (rev 176911)
@@ -1,5 +1,11 @@
 2014-12-06  Anders Carlsson  <[email protected]>
 
+        Follow-up build fix.
+
+        * Configurations/Base.xcconfig:
+
+2014-12-06  Anders Carlsson  <[email protected]>
+
         Fix build with newer versions of clang.
         rdar://problem/18978689
 

Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (176910 => 176911)


--- trunk/Source/WebCore/Configurations/Base.xcconfig	2014-12-06 21:04:35 UTC (rev 176910)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig	2014-12-06 21:10:23 UTC (rev 176911)
@@ -84,7 +84,7 @@
 GCC_WARN_UNUSED_VARIABLE = YES;
 LINKER_DISPLAYS_MANGLED_NAMES = YES;
 PREBINDING = NO;
-WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -Wno-inconsistent-missing-override;
+WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -Wno-unknown-warning-option -Wno-inconsistent-missing-override;
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to