dependencies update
Signed-off-by: ocldev <ocldev@intel.com> Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
66c3f3c15a
commit
1f70ac355a
|
@ -815,7 +815,7 @@ if(NOT MSVC)
|
||||||
|
|
||||||
if("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
if("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||||
# clang only
|
# clang only
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wshorten-64-to-32")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wshorten-64-to-32 -Wno-extern-c-compat")
|
||||||
if(NOT (CMAKE_C_COMPILER_VERSION VERSION_LESS 3.6))
|
if(NOT (CMAKE_C_COMPILER_VERSION VERSION_LESS 3.6))
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-local-typedefs -DSANITIZER_BUILD")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-local-typedefs -DSANITIZER_BUILD")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!groovy
|
#!groovy
|
||||||
dependenciesRevision='a9413c48f8231dd070a5c123d0b23c43dcf11e6e-1669'
|
dependenciesRevision='a47b90ed3e2d846d089fcd144e48295ad6199027-1677'
|
||||||
|
|
|
@ -42,11 +42,11 @@ components:
|
||||||
dest_dir: wdk
|
dest_dir: wdk
|
||||||
type: git
|
type: git
|
||||||
branch: wdk
|
branch: wdk
|
||||||
revision: e7dbd72f13d8519fff2f02505b562887b9e7bc57-1648
|
revision: a47b90ed3e2d846d089fcd144e48295ad6199027-1677
|
||||||
wsl:
|
wsl:
|
||||||
branch: wsl
|
branch: wsl
|
||||||
dest_dir: wsl
|
dest_dir: wsl
|
||||||
revision: 56430997dac34ca0e9e18c177636234cac26ad54
|
revision: 56430997dac34ca0e9e18c177636234cac26ad54
|
||||||
type: git
|
type: git
|
||||||
converter: M-1669
|
converter: M-1677
|
||||||
version: '1'
|
version: '1'
|
||||||
|
|
Loading…
Reference in New Issue