aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-08-12 19:19:21 +0300
committerpg <pg@yandex-team.com>2023-08-12 20:07:55 +0300
commite39b213bfd42ea8354e51c75cf6d016f5ae12695 (patch)
tree43991421901e366c75740dd622eaf6be15881d93
parent7442b3d8d0d9035861d6979ed1dd4fe894ba4643 (diff)
downloadydb-e39b213bfd42ea8354e51c75cf6d016f5ae12695.tar.gz
-rw-r--r--build/conf/compilers/gnu_compiler.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf
index 700dc2807b..606f236e64 100644
--- a/build/conf/compilers/gnu_compiler.conf
+++ b/build/conf/compilers/gnu_compiler.conf
@@ -49,7 +49,7 @@ elsewhen ($PIE == "yes") {
}
when ($CLANG16 == "yes") {
- CFLAGS+=-Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-unused-command-line-argument -Wno-unused-but-set-variable
+ CFLAGS+=-Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-unused-command-line-argument -Wno-unused-but-set-variable -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types
}
when ($ARCH_XTENSA == "yes") {