diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-07-30 19:23:14 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-07-30 19:23:14 +0000 |
commit | 40beacac031f579786f8b26aa16c59486dbab2b0 (patch) | |
tree | 12a1548bbf15daf6e931eaca2fcd6a9e618d0356 /contrib/libs/cxxsupp/libcxxmsvc/include/__config | |
parent | ea1b205d749cc1c3e37c7ae42817534ede33e390 (diff) | |
parent | f7ca71b582e2347ec55857b493d6bccf55bbc3df (diff) | |
download | ydb-40beacac031f579786f8b26aa16c59486dbab2b0.tar.gz |
Merge branch 'rightlib' into mergelibs-240730-1922
Diffstat (limited to 'contrib/libs/cxxsupp/libcxxmsvc/include/__config')
-rw-r--r-- | contrib/libs/cxxsupp/libcxxmsvc/include/__config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxxmsvc/include/__config b/contrib/libs/cxxsupp/libcxxmsvc/include/__config index 2914d9a1e2..f7da838dfb 100644 --- a/contrib/libs/cxxsupp/libcxxmsvc/include/__config +++ b/contrib/libs/cxxsupp/libcxxmsvc/include/__config @@ -327,7 +327,8 @@ #endif // defined(_WIN32) #ifdef __sun__ -# include <sys/isa_defs.h> +// #error to silence 'ya' include checks +#error #include <sys/isa_defs.h> # ifdef _LITTLE_ENDIAN # define _LIBCPP_LITTLE_ENDIAN # else |