diff options
author | vadim-xd <vadim-xd@yandex-team.com> | 2025-01-08 22:56:48 +0300 |
---|---|---|
committer | vadim-xd <vadim-xd@yandex-team.com> | 2025-01-08 23:56:47 +0300 |
commit | 2df3a3a76d648f7111139958562219fd9a957009 (patch) | |
tree | 0cff4a21666aa6e28a790a5aaec7aa63785dfb31 | |
parent | bd0a6cfde3290e646613dba27e457cdada3b4501 (diff) | |
download | ydb-2df3a3a76d648f7111139958562219fd9a957009.tar.gz |
Enable -Wunused-parameter
commit_hash:dabba02a03ee32e78946fd592ad6cdaf0cbc276a
-rw-r--r-- | build/conf/compilers/gnu_compiler.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf index 1ffdb6a702..d7b1b3a32e 100644 --- a/build/conf/compilers/gnu_compiler.conf +++ b/build/conf/compilers/gnu_compiler.conf @@ -75,7 +75,7 @@ when ($CLANG18 == "yes") { CFLAGS+=-Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member CFLAGS+=-Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers \ -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof \ - -Wno-include-angled-in-module-purview -Wno-unused-parameter + -Wno-include-angled-in-module-purview when ($MAPSMOBI_BUILD_TARGET == "yes") { CFLAGS+=-Wno-deprecated-declarations } |