summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikhnenko <[email protected]>2025-09-29 22:16:28 +0300
committermikhnenko <[email protected]>2025-09-29 22:46:31 +0300
commit8e7253fa1a512fedfdb2b726b7ac0cf2603e7eec (patch)
treefa5aa39e9ea325eaa52471958c9d17cabfdf4072
parent3b2a0b3fef8db212ae23703540efa7cc28a4c673 (diff)
Unmute -Wno-unused-private-field
commit_hash:1cc063a5612a145d67a35ae253663ca4fceca754
-rw-r--r--build/conf/compilers/gnu_compiler.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf
index 4cccfe57fee..9ca1e5aa4bc 100644
--- a/build/conf/compilers/gnu_compiler.conf
+++ b/build/conf/compilers/gnu_compiler.conf
@@ -79,7 +79,6 @@ when ($CLANG == "yes" && $COMPILER_VERSION == "20") {
# warnings improved in clang20
CFLAGS+=\
-Wno-unused-but-set-variable \
- -Wno-unused-private-field \
# new warnings for clang20
CFLAGS+=-Wno-alias-template-in-declaration-name \