Title: [206532] trunk/Source/ThirdParty
- Revision
- 206532
- Author
- [email protected]
- Date
- 2016-09-28 12:32:36 -0700 (Wed, 28 Sep 2016)
Log Message
woff2 upgrade introduces compiler warnings
https://bugs.webkit.org/show_bug.cgi?id=162678
Reviewed by Alex Christensen.
* woff2/CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/ChangeLog (206531 => 206532)
--- trunk/Source/ThirdParty/ChangeLog 2016-09-28 19:21:26 UTC (rev 206531)
+++ trunk/Source/ThirdParty/ChangeLog 2016-09-28 19:32:36 UTC (rev 206532)
@@ -1,3 +1,12 @@
+2016-09-28 Michael Catanzaro <[email protected]>
+
+ woff2 upgrade introduces compiler warnings
+ https://bugs.webkit.org/show_bug.cgi?id=162678
+
+ Reviewed by Alex Christensen.
+
+ * woff2/CMakeLists.txt:
+
2016-09-28 Khaled Hosny <[email protected]>
Update woff2 to latest revision
Modified: trunk/Source/ThirdParty/woff2/CMakeLists.txt (206531 => 206532)
--- trunk/Source/ThirdParty/woff2/CMakeLists.txt 2016-09-28 19:21:26 UTC (rev 206531)
+++ trunk/Source/ThirdParty/woff2/CMakeLists.txt 2016-09-28 19:32:36 UTC (rev 206532)
@@ -19,7 +19,7 @@
WEBKIT_SET_EXTRA_COMPILER_FLAGS(woff2)
if (COMPILER_IS_GCC_OR_CLANG)
- ADD_TARGET_PROPERTIES(woff2 COMPILE_FLAGS "-Wno-sign-compare")
+ ADD_TARGET_PROPERTIES(woff2 COMPILE_FLAGS "-Wno-sign-compare -Wunused-variable -Wunused-parameter")
endif ()
if (CMAKE_COMPILER_IS_GNUCXX)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes