Skip to content

Commit

Permalink
vw
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 31, 2023
1 parent c935ffe commit 59a7213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vowpalwabbit/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ vw_add_library(
)

if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
target_compile_options(vowpalwabbit_core PRIVATE -Wno-unused-but-set-variable)
target_compile_options(vw_core PRIVATE -Wno-unused-but-set-variable)
endif()

if(VW_FEAT_LDA)
Expand Down

0 comments on commit 59a7213

Please sign in to comment.