mirror of
https://github.com/curl/curl.git
synced 2026-07-30 18:28:08 +03:00
parent
ea897fddfc
commit
9daca35b13
2 changed files with 14 additions and 0 deletions
|
|
@ -249,6 +249,13 @@ if(PICKY_COMPILER)
|
|||
-Wxor-used-as-pow # clang 10.0 gcc 13.0
|
||||
)
|
||||
endif()
|
||||
if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 15.0)
|
||||
list(APPEND _picky_enable
|
||||
-Wleading-whitespace=spaces # gcc 15.0
|
||||
-Wtrailing-whitespace=any # gcc 15.0
|
||||
-Wunterminated-string-initialization # gcc 15.0
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue