aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-11 14:49:03 +0100
committerGitHub <noreply@github.com>2024-01-11 14:49:03 +0100
commit2e180154bd6a38b90a128ba0463d0dd2706a5ccf (patch)
tree0e0890fa08e63af33c52c9b6eacee56d037a740b /contrib/libs
parent4366d88bef9360d9754e77eaa1f4a25d046a9cbd (diff)
downloadydb-2e180154bd6a38b90a128ba0463d0dd2706a5ccf.tar.gz
Library import 7 (#937)
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/antlr3_cpp_runtime/include/antlr3treeparser.inl3
-rw-r--r--contrib/libs/curl/bin/ya.make2
-rw-r--r--contrib/libs/curl/src/tool_main.c2
-rw-r--r--contrib/libs/cxxsupp/libsan/ya.make2
4 files changed, 2 insertions, 7 deletions
diff --git a/contrib/libs/antlr3_cpp_runtime/include/antlr3treeparser.inl b/contrib/libs/antlr3_cpp_runtime/include/antlr3treeparser.inl
index 5f5991f4eb..8ad71d6474 100644
--- a/contrib/libs/antlr3_cpp_runtime/include/antlr3treeparser.inl
+++ b/contrib/libs/antlr3_cpp_runtime/include/antlr3treeparser.inl
@@ -161,7 +161,6 @@ TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseT
TreeTypePtr current;
CommonTokenType* token;
StringType text;
- ANTLR_INT32 i;
// Dereference the standard pointers
//
@@ -170,12 +169,10 @@ TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseT
// Create a new empty node, by stealing the current one, or the previous one if the current one is EOF
//
current = tns->LT(1);
- i = -1;
if (current == tns->get_EOF_NODE_p())
{
current = tns->LT(-1);
- i--;
}
node = current->dupNode();
diff --git a/contrib/libs/curl/bin/ya.make b/contrib/libs/curl/bin/ya.make
index a6c461a7f9..243fc1ab22 100644
--- a/contrib/libs/curl/bin/ya.make
+++ b/contrib/libs/curl/bin/ya.make
@@ -11,8 +11,6 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-WITHOUT_LICENSE_TEXTS()
-
PEERDIR(
contrib/libs/c-ares
contrib/libs/curl
diff --git a/contrib/libs/curl/src/tool_main.c b/contrib/libs/curl/src/tool_main.c
index 84bc679b53..45cc7e0809 100644
--- a/contrib/libs/curl/src/tool_main.c
+++ b/contrib/libs/curl/src/tool_main.c
@@ -38,7 +38,7 @@
#endif
#ifdef USE_NSS
-#include <nspr.h>
+#error #include <nspr.h>
#error #include <plarenas.h>
#endif
diff --git a/contrib/libs/cxxsupp/libsan/ya.make b/contrib/libs/cxxsupp/libsan/ya.make
index 2fb16630be..d8083d39f6 100644
--- a/contrib/libs/cxxsupp/libsan/ya.make
+++ b/contrib/libs/cxxsupp/libsan/ya.make
@@ -12,7 +12,7 @@ NO_SANITIZE_COVERAGE()
OWNER(somov)
-PYTHON(
+RUN_PYTHON2(
generate_symbolizer.py ${CXX_COMPILER}
STDOUT symbolizer.c
)