mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[OLE32_WINETEST] Fix build with lower optimization level
This commit is contained in:
parent
68dcd87d38
commit
a385a78cf0
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ add_importlibs(ole32_winetest oleaut32 ole32 user32 gdi32 advapi32 msvcrt kernel
|
|||
|
||||
if(MSVC)
|
||||
add_importlibs(ole32_winetest ntdll)
|
||||
else()
|
||||
target_compile_options(ole32_winetest PRIVATE -Wno-format-overflow)
|
||||
endif()
|
||||
|
||||
add_pch(ole32_winetest precomp.h "${PCH_SKIP_SOURCE}")
|
||||
|
|
Loading…
Reference in a new issue