Disable warning 4714: function marked as __forceinline not inlined
This commit is contained in:
parent
f708ab5b62
commit
5e66d72f9e
|
@ -46,5 +46,5 @@ add_executable(
|
|||
# Disable compiler warnings:
|
||||
# C4091 in ShlObj.h and Dbghelp.h
|
||||
# C4127 (conditional expression is constant) in qt headers
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "/wd4091 /wd4127")
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "/wd4091 /wd4127 /wd4714")
|
||||
target_link_libraries(RpcView Qt5::Widgets $ENV{CMAKE_PREFIX_PATH}/lib/Qt5WinExtras.lib)
|
Loading…
Reference in New Issue