mirror of
https://github.com/curl/curl.git
synced 2026-08-05 13:36:14 +03:00
parent
b0239417b3
commit
64c51ad178
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ if(PICKY_COMPILER)
|
|||
list(APPEND _picky "-Wno-conversion") # Avoid false positives
|
||||
endif()
|
||||
endif()
|
||||
elseif(MSVC AND MSVC_VERSION LESS_EQUAL 1950) # Skip for untested/unreleased newer versions
|
||||
elseif(MSVC AND MSVC_VERSION LESS_EQUAL 1951) # Skip for untested/unreleased newer versions
|
||||
list(APPEND _picky "-Wall")
|
||||
list(APPEND _picky "-wd4061") # enumerator 'A' in switch of enum 'B' is not explicitly handled by a case label
|
||||
list(APPEND _picky "-wd4191") # 'type cast': unsafe conversion from 'FARPROC' to 'void (__cdecl *)(void)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue