diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-05 20:04:45 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:08 +0300 |
commit | fb860f0696b32d7c7a66186c8e4fe79afd143987 (patch) | |
tree | 35d219c40e88e37f13db9a752d55184d8fd34cc1 /contrib/restricted | |
parent | 154202ec708a6705518d3e09f1cfa9e940e7221c (diff) | |
download | ydb-fb860f0696b32d7c7a66186c8e4fe79afd143987.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/google/benchmark/src/sysinfo.cc | 2 | ||||
-rw-r--r-- | contrib/restricted/googletest/googletest/src/gtest-port.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/google/benchmark/src/sysinfo.cc b/contrib/restricted/google/benchmark/src/sysinfo.cc index 010bec78e1..ff05e32f39 100644 --- a/contrib/restricted/google/benchmark/src/sysinfo.cc +++ b/contrib/restricted/google/benchmark/src/sysinfo.cc @@ -41,7 +41,7 @@ #include <netdb.h> #endif #if defined(BENCHMARK_OS_QNX) -#include <sys/syspage.h> +#error #include <sys/syspage.h> #endif #if defined(BENCHMARK_OS_QURT) #error #include <qurt.h> diff --git a/contrib/restricted/googletest/googletest/src/gtest-port.cc b/contrib/restricted/googletest/googletest/src/gtest-port.cc index 7b418f844c..c639f02c7b 100644 --- a/contrib/restricted/googletest/googletest/src/gtest-port.cc +++ b/contrib/restricted/googletest/googletest/src/gtest-port.cc @@ -72,7 +72,7 @@ #endif #ifdef GTEST_OS_QNX -#include <devctl.h> +#error #include <devctl.h> #include <fcntl.h> #include <sys/procfs.h> #endif // GTEST_OS_QNX |