mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +00:00
- silence the noisy warning output of the discordrpc subproject.
This commit is contained in:
parent
6cc03aba16
commit
701b7c3902
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ if(WIN32)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif(USE_STATIC_CRT)
|
endif(USE_STATIC_CRT)
|
||||||
target_compile_options(discord-rpc PRIVATE /EHsc
|
target_compile_options(discord-rpc PRIVATE /EHsc
|
||||||
/Wall
|
|
||||||
/wd4100 # unreferenced formal parameter
|
/wd4100 # unreferenced formal parameter
|
||||||
/wd4514 # unreferenced inline
|
/wd4514 # unreferenced inline
|
||||||
/wd4625 # copy constructor deleted
|
/wd4625 # copy constructor deleted
|
||||||
|
|
Loading…
Reference in a new issue