⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246590 in webkit


Ignore:
Timestamp:
Jun 19, 2019, 8:41:25 AM (7 years ago)
Author:
Michael Catanzaro
Message:

Unreviewed, fix build warnings in TestWebKitAPIInjectedBundle

System headers are being included without SYSTEM again here.

  • TestWebKitAPI/PlatformGTK.cmake:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r246578 r246590  
     12019-06-19  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed, fix build warnings in TestWebKitAPIInjectedBundle
     4
     5        System headers are being included without SYSTEM again here.
     6
     7        * TestWebKitAPI/PlatformGTK.cmake:
     8
    192019-06-18  Yusuke Suzuki  <ysuzuki@apple.com>
    210
  • trunk/Tools/TestWebKitAPI/PlatformGTK.cmake

    r246095 r246590  
    9191target_include_directories(TestWebKitAPIInjectedBundle PRIVATE
    9292    "${CMAKE_SOURCE_DIR}/Source"
     93)
     94target_include_directories(TestWebKitAPIInjectedBundle SYSTEM PRIVATE
    9395    ${GLIB_INCLUDE_DIRS}
    9496    ${GTK3_INCLUDE_DIRS}
Note: See TracChangeset for help on using the changeset viewer.