fix some warnings, format

This commit is contained in:
Chris Marsh
2017-07-27 13:52:37 -07:00
parent f617f3b78d
commit bfcfd10baa
5 changed files with 13 additions and 6 deletions

View File

@ -10,6 +10,7 @@ set(BASE_RPC_SRC ${PROJECT_SOURCE_DIR}/include/discord-rpc.h discord-rpc.cpp dis
if(WIN32)
add_library(discord-rpc STATIC ${BASE_RPC_SRC} connection_win.cpp)
target_compile_options(discord-rpc PRIVATE /W4)
endif(WIN32)
if(UNIX)