aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordzen03 <dzen03@yandex-team.com>2024-01-27 11:11:23 +0300
committerdzen03 <dzen03@yandex-team.com>2024-01-27 11:35:54 +0300
commit3db080a60e4abbeb2c6e0f0b65c402f82abee0fb (patch)
tree6ccbad91486043a3e26d44cc5a80d56b560fe58c
parent42c4368cc1450acc6d7ddcca56d5a54e211d060a (diff)
downloadydb-3db080a60e4abbeb2c6e0f0b65c402f82abee0fb.tar.gz
Switch -w to -Wno-everything on C with GNU compilers
-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 2de1678d8d..4b21e7722b 100644
--- a/build/conf/compilers/gnu_compiler.conf
+++ b/build/conf/compilers/gnu_compiler.conf
@@ -88,7 +88,7 @@ when ($NO_WSHADOW == "yes") {
#
# Use -Wno-everything to force warning suppression.
when ($NO_COMPILER_WARNINGS == "yes") {
- C_WARNING_OPTS = -w
+ C_WARNING_OPTS = -Wno-everything
CXX_WARNING_OPTS = -Wno-everything
}
when ($NO_OPTIMIZE == "yes") {