diff options
| author | dzen03 <[email protected]> | 2024-01-27 11:11:23 +0300 | 
|---|---|---|
| committer | dzen03 <[email protected]> | 2024-01-27 11:35:54 +0300 | 
| commit | 3db080a60e4abbeb2c6e0f0b65c402f82abee0fb (patch) | |
| tree | 6ccbad91486043a3e26d44cc5a80d56b560fe58c | |
| parent | 42c4368cc1450acc6d7ddcca56d5a54e211d060a (diff) | |
Switch -w to -Wno-everything on C with GNU compilers
| -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 2de1678d8dd..4b21e7722b2 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") {  | 
