mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:38:10 +03:00
typecheck-gcc.h require clang 14+
This commit is contained in:
parent
d7c54819ea
commit
cc0f8143f5
1 changed files with 1 additions and 1 deletions
|
|
@ -3319,7 +3319,7 @@ CURL_EXTERN CURLcode curl_easy_ssls_export(CURL *handle,
|
|||
/* the typechecker does not work in C++ (yet) */
|
||||
#if ((defined(__GNUC__) && defined(__GNUC_MINOR__) && \
|
||||
((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || \
|
||||
defined(__clang__)) && \
|
||||
(defined(__clang__) && __clang_major__ >= 14)) && \
|
||||
!defined(__cplusplus) && !defined(CURL_DISABLE_TYPECHECK)
|
||||
#include "typecheck-gcc.h"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue