aboutsummaryrefslogtreecommitdiffstats
path: root/yql/tools/yqlrun/http/yql_server.cpp
diff options
context:
space:
mode:
authorvadim-xd <vadim-xd@yandex-team.com>2024-12-17 12:09:17 +0300
committervadim-xd <vadim-xd@yandex-team.com>2024-12-17 12:35:32 +0300
commitf32d21718185bebaf27b832f94f21c02825660b3 (patch)
tree13f0550f441b64b947b5e77e8e5959bc7a9273ae /yql/tools/yqlrun/http/yql_server.cpp
parentef547e050181b3f6fc77ee0e0e1956ef316861e0 (diff)
downloadydb-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.cpp2
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;