mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-08-16 08:16:09 +00:00
removed warnig suppression
This commit is contained in:
parent
40e5496819
commit
785c5343cd
@ -220,9 +220,4 @@ if(${PROJECT_NAME}_ENABLE_UNIT_TESTING)
|
||||
if(MSVC)
|
||||
target_link_options(${PROJECT_NAME}-tests PRIVATE "/SUBSYSTEM:CONSOLE")
|
||||
endif(MSVC)
|
||||
endif()
|
||||
|
||||
# Specific AppleClang options to suppress C++11 extension warnings - probably optional because it could hinder trouble shooting
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
|
||||
add_compile_options(-Wno-c++11-extensions)
|
||||
endif ()
|
||||
endif()
|
Loading…
x
Reference in New Issue
Block a user