mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-08-17 00:36:55 +00:00
removed warnig suppression
This commit is contained in:
parent
40e5496819
commit
785c5343cd
@ -221,8 +221,3 @@ if(${PROJECT_NAME}_ENABLE_UNIT_TESTING)
|
|||||||
target_link_options(${PROJECT_NAME}-tests PRIVATE "/SUBSYSTEM:CONSOLE")
|
target_link_options(${PROJECT_NAME}-tests PRIVATE "/SUBSYSTEM:CONSOLE")
|
||||||
endif(MSVC)
|
endif(MSVC)
|
||||||
endif()
|
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 ()
|
|
Loading…
x
Reference in New Issue
Block a user