mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
Comment out gcc-only checks (#995)
This commit is contained in:
@@ -19,14 +19,15 @@ set(COMPILER_FLAGS
|
|||||||
-Wunused
|
-Wunused
|
||||||
)
|
)
|
||||||
|
|
||||||
if (is_gcc AND NOT lint)
|
#TODO: reenable when we change CI #884
|
||||||
list(APPEND COMPILER_FLAGS
|
# if (is_gcc AND NOT lint)
|
||||||
-Wduplicated-branches
|
# list(APPEND COMPILER_FLAGS
|
||||||
-Wduplicated-cond
|
# -Wduplicated-branches
|
||||||
-Wlogical-op
|
# -Wduplicated-cond
|
||||||
-Wuseless-cast
|
# -Wlogical-op
|
||||||
)
|
# -Wuseless-cast
|
||||||
endif ()
|
# )
|
||||||
|
# endif ()
|
||||||
|
|
||||||
if (is_clang)
|
if (is_clang)
|
||||||
list(APPEND COMPILER_FLAGS
|
list(APPEND COMPILER_FLAGS
|
||||||
|
|||||||
Reference in New Issue
Block a user