mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Remove pedantic
as we are using non-standard macro behaviour
This commit is contained in:
+1
-2
@@ -76,11 +76,10 @@ else()
|
||||
add_compile_options(
|
||||
-Wall
|
||||
-Wno-attributes
|
||||
-pedantic
|
||||
)
|
||||
|
||||
if (WARNINGS_AS_ERRORS)
|
||||
add_compile_options(-Werror -Wfatal-errors -pedantic-errors)
|
||||
add_compile_options(-Werror -Wfatal-errors)
|
||||
endif()
|
||||
|
||||
if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang)
|
||||
|
||||
Reference in New Issue
Block a user