Title: [246590] trunk/Tools
Revision
246590
Author
[email protected]
Date
2019-06-19 08:41:25 -0700 (Wed, 19 Jun 2019)

Log Message

Unreviewed, fix build warnings in TestWebKitAPIInjectedBundle

System headers are being included without SYSTEM again here.

* TestWebKitAPI/PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (246589 => 246590)


--- trunk/Tools/ChangeLog	2019-06-19 15:36:46 UTC (rev 246589)
+++ trunk/Tools/ChangeLog	2019-06-19 15:41:25 UTC (rev 246590)
@@ -1,3 +1,11 @@
+2019-06-19  Michael Catanzaro  <[email protected]>
+
+        Unreviewed, fix build warnings in TestWebKitAPIInjectedBundle
+
+        System headers are being included without SYSTEM again here.
+
+        * TestWebKitAPI/PlatformGTK.cmake:
+
 2019-06-18  Yusuke Suzuki  <[email protected]>
 
         [JSC] JSLock should be WebThread aware

Modified: trunk/Tools/TestWebKitAPI/PlatformGTK.cmake (246589 => 246590)


--- trunk/Tools/TestWebKitAPI/PlatformGTK.cmake	2019-06-19 15:36:46 UTC (rev 246589)
+++ trunk/Tools/TestWebKitAPI/PlatformGTK.cmake	2019-06-19 15:41:25 UTC (rev 246590)
@@ -90,6 +90,8 @@
 )
 target_include_directories(TestWebKitAPIInjectedBundle PRIVATE
     "${CMAKE_SOURCE_DIR}/Source"
+)
+target_include_directories(TestWebKitAPIInjectedBundle SYSTEM PRIVATE
     ${GLIB_INCLUDE_DIRS}
     ${GTK3_INCLUDE_DIRS}
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to