removed warnig suppression

This commit is contained in:
Maximilian Rehms 2024-05-18 15:11:42 +02:00
parent 40e5496819
commit 785c5343cd

View File

@ -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()