Title: [201313] trunk/Source/ThirdParty
Revision
201313
Author
[email protected]
Date
2016-05-23 18:54:51 -0700 (Mon, 23 May 2016)

Log Message

woff2_dec.cc triggers -Wsign-compare, -Wunused-but-set-variable
https://bugs.webkit.org/show_bug.cgi?id=157732

Reviewed by Darin Adler.

* woff2/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ChangeLog (201312 => 201313)


--- trunk/Source/ThirdParty/ChangeLog	2016-05-24 01:53:17 UTC (rev 201312)
+++ trunk/Source/ThirdParty/ChangeLog	2016-05-24 01:54:51 UTC (rev 201313)
@@ -1,3 +1,12 @@
+2016-05-23  Michael Catanzaro  <[email protected]>
+
+        woff2_dec.cc triggers -Wsign-compare, -Wunused-but-set-variable
+        https://bugs.webkit.org/show_bug.cgi?id=157732
+
+        Reviewed by Darin Adler.
+
+        * woff2/CMakeLists.txt:
+
 2016-05-22  Brady Eidson  <[email protected]>
 
         Move to C++14.

Modified: trunk/Source/ThirdParty/woff2/CMakeLists.txt (201312 => 201313)


--- trunk/Source/ThirdParty/woff2/CMakeLists.txt	2016-05-24 01:53:17 UTC (rev 201312)
+++ trunk/Source/ThirdParty/woff2/CMakeLists.txt	2016-05-24 01:54:51 UTC (rev 201313)
@@ -16,3 +16,4 @@
 add_library(woff2 STATIC ${WOFF2_SOURCES})
 target_link_libraries(woff2 brotli)
 WEBKIT_SET_EXTRA_COMPILER_FLAGS(woff2)
+ADD_TARGET_PROPERTIES(woff2 COMPILE_FLAGS "-Wno-sign-compare -Wno-unused-but-set-variable")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to