mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Disable warning 4714: function marked as __forceinline not inlined
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user