Skip to content

Commit e9534cc

Browse files
authored
FIX_UNUSED_PARAMETR_PLS=1 (devtools request) (#7396)
1 parent 35bc65d commit e9534cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/internal/ya.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ USE_IDN = "static"
2323
APPLE_SDK_LOCAL = "yes"
2424
CFLAGS = "-fno-omit-frame-pointer"
2525
# TODO: uncomment after warnings fix
26-
# FIX_UNUSED_PARAMETR_PLS = "1" # 31 jul 2024. Transitional flag for protobuf fix, DTCC-2275
26+
FIX_UNUSED_PARAMETR_PLS = "1" # 2 aug 2024. Transitional flag for protobuf fix, DTCC-2275

ydb/mvp/meta/mvp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void TMVP::TryGetGenericOptionsFromConfig(
186186
TString& sslCertificateFile,
187187
bool& useStderr,
188188
bool& mlock,
189-
NMvp::EAccessServiceType& accessServiceType
189+
NMvp::EAccessServiceType& /*accessServiceType*/
190190
) {
191191
if (!config["generic"]) {
192192
return;

0 commit comments

Comments
 (0)