diff options
author | vadim-xd <vadim-xd@yandex-team.com> | 2024-12-17 12:09:17 +0300 |
---|---|---|
committer | vadim-xd <vadim-xd@yandex-team.com> | 2024-12-17 12:35:32 +0300 |
commit | f32d21718185bebaf27b832f94f21c02825660b3 (patch) | |
tree | 13f0550f441b64b947b5e77e8e5959bc7a9273ae /yql/tools/yqlrun/http/yql_server.cpp | |
parent | ef547e050181b3f6fc77ee0e0e1956ef316861e0 (diff) | |
download | ydb-f32d21718185bebaf27b832f94f21c02825660b3.tar.gz |
Fix -Wunused-parameter in y*
TRIVIAL
commit_hash:f55dc23fb741393c444b088024393fa452d06795
Diffstat (limited to 'yql/tools/yqlrun/http/yql_server.cpp')
-rw-r--r-- | yql/tools/yqlrun/http/yql_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/tools/yqlrun/http/yql_server.cpp b/yql/tools/yqlrun/http/yql_server.cpp index 97fe9e671c..d6bf838279 100644 --- a/yql/tools/yqlrun/http/yql_server.cpp +++ b/yql/tools/yqlrun/http/yql_server.cpp @@ -173,7 +173,7 @@ struct TTableFileHolder { TProgramPtr MakeFileProgram(const TString& program, TYqlServer& yqlServer, const THashMap<TString, TString>& tables, const THashMap<std::pair<TString, TString>, - TVector<std::pair<TString, TString>>>& rtmrTableAttributes, const TString& tmpDir) { + TVector<std::pair<TString, TString>>>& /* rtmrTableAttributes */, const TString& tmpDir) { TVector<TDataProviderInitializer> dataProvidersInit; |