mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 12:52:58 +00:00
[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:
parent
4ad7b6d634
commit
dd3c540928
2 changed files with 0 additions and 10 deletions
|
@ -3,11 +3,6 @@ add_definitions(-DUNICODE -D_UNICODE -DRDBSS_TRACKER)
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/drivers/filesystems/mup
|
include_directories(${REACTOS_SOURCE_DIR}/drivers/filesystems/mup
|
||||||
${REACTOS_SOURCE_DIR}/sdk/lib/drivers/copysup)
|
${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
|
list(APPEND SOURCE
|
||||||
rdbss.c)
|
rdbss.c)
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,6 @@ add_definitions(
|
||||||
-D_NTSYSTEM_
|
-D_NTSYSTEM_
|
||||||
-D_NTDLLBUILD_)
|
-D_NTDLLBUILD_)
|
||||||
|
|
||||||
if(MSVC)
|
|
||||||
# error C4101: unreferenced local variable in Release-Configuration due to debug logging
|
|
||||||
replace_compile_flags("/we4101" " ")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
access.c
|
access.c
|
||||||
acl.c
|
acl.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue