cmake: MSVC should always show all warnings
This commit is contained in:
parent
afdf18b33b
commit
85bc910e6a
|
|
@ -131,6 +131,7 @@ else()
|
|||
"${PATH_OBSStudio}"
|
||||
)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
# All Warnings, Extra Warnings, Pedantic
|
||||
if(MSVC)
|
||||
|
|
@ -144,7 +145,6 @@ else()
|
|||
# Update if necessary
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-long-long -pedantic")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
################################################################################
|
||||
# Build
|
||||
|
|
|
|||
Loading…
Reference in New Issue