We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc65d commit e9534ccCopy full SHA for e9534cc
build/internal/ya.conf
@@ -23,4 +23,4 @@ USE_IDN = "static"
23
APPLE_SDK_LOCAL = "yes"
24
CFLAGS = "-fno-omit-frame-pointer"
25
# TODO: uncomment after warnings fix
26
-# FIX_UNUSED_PARAMETR_PLS = "1" # 31 jul 2024. Transitional flag for protobuf fix, DTCC-2275
+FIX_UNUSED_PARAMETR_PLS = "1" # 2 aug 2024. Transitional flag for protobuf fix, DTCC-2275
ydb/mvp/meta/mvp.cpp
@@ -186,7 +186,7 @@ void TMVP::TryGetGenericOptionsFromConfig(
186
TString& sslCertificateFile,
187
bool& useStderr,
188
bool& mlock,
189
- NMvp::EAccessServiceType& accessServiceType
+ NMvp::EAccessServiceType& /*accessServiceType*/
190
) {
191
if (!config["generic"]) {
192
return;
0 commit comments