[RDBSSLIB][RTL] Fix build on MSVC bots

Addendum to 0.4.15-dev-1453-g 4ad7b6d
Looks like CMake on master does not longer understand the syntax of
replace_compile_flags().
Will investigate that later again, when other issues have been
solved that do currently prevent me from testing that locally at all.
Most likely remove_target_compile_option() has to be used instead now.
This commit is contained in:
Joachim Henze 2020-12-17 14:33:26 +01:00
parent 4ad7b6d634
commit dd3c540928
2 changed files with 0 additions and 10 deletions

View file

@ -3,11 +3,6 @@ add_definitions(-DUNICODE -D_UNICODE -DRDBSS_TRACKER)
include_directories(${REACTOS_SOURCE_DIR}/drivers/filesystems/mup
${REACTOS_SOURCE_DIR}/sdk/lib/drivers/copysup)
if(MSVC)
# error C4101: 'BreakpointsSave' : unreferenced local variable in Release-Configuration
replace_compile_flags("/we4101" " ")
endif()
list(APPEND SOURCE
rdbss.c)

View file

@ -5,11 +5,6 @@ add_definitions(
-D_NTSYSTEM_
-D_NTDLLBUILD_)
if(MSVC)
# error C4101: unreferenced local variable in Release-Configuration due to debug logging
replace_compile_flags("/we4101" " ")
endif()
list(APPEND SOURCE
access.c
acl.c