mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
base: Suppress C4996 warning
This commit is contained in:
parent
2b8dd47a6c
commit
8bf8995ad8
@ -244,7 +244,7 @@ endif()
|
||||
# Random other things
|
||||
if(WIN32)
|
||||
add_definitions(-D_WEBSOCKETPP_CPP11_STL_)
|
||||
target_compile_options(obs-websocket PRIVATE /wd4267)
|
||||
target_compile_options(obs-websocket PRIVATE /wd4267 /wd4996)
|
||||
elseif(UNIX AND NOT APPLE)
|
||||
target_compile_options(
|
||||
obs-websocket PRIVATE -Wall -Wextra -Wno-missing-field-initializers
|
||||
|
Loading…
Reference in New Issue
Block a user