mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 00:38:55 +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(
|
add_compile_options(
|
||||||
-Wall
|
-Wall
|
||||||
-Wno-attributes
|
-Wno-attributes
|
||||||
-pedantic
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if (WARNINGS_AS_ERRORS)
|
if (WARNINGS_AS_ERRORS)
|
||||||
add_compile_options(-Werror -Wfatal-errors -pedantic-errors)
|
add_compile_options(-Werror -Wfatal-errors)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang)
|
if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang)
|
||||||
|
|||||||
Reference in New Issue
Block a user