- silence the noisy warning output of the discordrpc subproject.

This commit is contained in:
Christoph Oelckers 2022-03-17 08:13:28 +01:00
parent 6cc03aba16
commit 701b7c3902

View file

@ -42,7 +42,6 @@ if(WIN32)
endforeach()
endif(USE_STATIC_CRT)
target_compile_options(discord-rpc PRIVATE /EHsc
/Wall
/wd4100 # unreferenced formal parameter
/wd4514 # unreferenced inline
/wd4625 # copy constructor deleted