diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 23:40:06 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 23:40:06 +0300 |
commit | dbd0284ce8fa6dbab04240681dc8030b27c925a5 (patch) | |
tree | 1ed7e494d2185fa6e0fce5a449a6e252db5cb06a /contrib/libs/cxxsupp/openmp/kmp_runtime.c | |
parent | 700cb9d71f7c7a16721d302c2b9960ab189d104d (diff) | |
download | ydb-dbd0284ce8fa6dbab04240681dc8030b27c925a5.tar.gz |
intermediate changes
ref:97eeefd83b6f381aa940777f0d803b239f434eaf
Diffstat (limited to 'contrib/libs/cxxsupp/openmp/kmp_runtime.c')
-rw-r--r-- | contrib/libs/cxxsupp/openmp/kmp_runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/openmp/kmp_runtime.c b/contrib/libs/cxxsupp/openmp/kmp_runtime.c index 4749934808..c5247d80cf 100644 --- a/contrib/libs/cxxsupp/openmp/kmp_runtime.c +++ b/contrib/libs/cxxsupp/openmp/kmp_runtime.c @@ -27,7 +27,7 @@ #include "kmp_wait_release.h" #if OMPT_SUPPORT -#include "ompt-specific.h" +#error #include "ompt-specific.h" #endif /* these are temporary issues to be dealt with */ |