mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 06:07:27 +02:00
disable few warnings for msvc
This commit is contained in:
@@ -34,4 +34,8 @@ add_library(${TARGET_NAME} STATIC
|
||||
${_QRC_SRCS}
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
target_compile_options(${TARGET_NAME} PRIVATE /wd4457 /wd4718)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${TARGET_NAME} Qt5::Widgets)
|
||||
|
||||
Reference in New Issue
Block a user