diff --git a/sdk/lib/drivers/rdbsslib/CMakeLists.txt b/sdk/lib/drivers/rdbsslib/CMakeLists.txt index 56ab772675d..7b6ec545500 100644 --- a/sdk/lib/drivers/rdbsslib/CMakeLists.txt +++ b/sdk/lib/drivers/rdbsslib/CMakeLists.txt @@ -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) diff --git a/sdk/lib/rtl/CMakeLists.txt b/sdk/lib/rtl/CMakeLists.txt index eb76fc9b7a9..391c021047f 100644 --- a/sdk/lib/rtl/CMakeLists.txt +++ b/sdk/lib/rtl/CMakeLists.txt @@ -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