Skip to content

Commit

Permalink
workaround for third party warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jan 16, 2024
1 parent 8c6622c commit 78b7ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ add_library(mediasoup-connector MODULE
${mediasoup-connector_SOURCES})

if(MSVC)
target_compile_options(mediasoup-connector PRIVATE "$<IF:$<CONFIG:Debug>,/MTd,/MT>" /wd4100 /wd4244)
target_compile_options(mediasoup-connector PRIVATE "$<IF:$<CONFIG:Debug>,/MTd,/MT>" /wd4100 /wd4244 /wd4099)
endif()

target_link_libraries(mediasoup-connector
Expand Down

0 comments on commit 78b7ca4

Please sign in to comment.