mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-25916: Compilation failed for compile-pentium64-gcov script
- Commite3bffd579f
introduced the change - Fixed with commit2d85714448
in 10.4 (no removal of `Wimplicit-fallthrough=2`) - Fixed with commit4a75b480e9
in 10.5+ - Closing PR #2817 Reviewed by: <monty@mariadb.org>
This commit is contained in:
parent
0b36694ff8
commit
7aca66a36a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ elif [ "x$warning_mode" = "xmaintainer" ]; then
|
|||
debug_extra_cflags="-g3"
|
||||
else
|
||||
# Both C and C++ warnings
|
||||
warnings="-Wall -Wextra -Wunused -Wwrite-strings -Wno-uninitialized -Wno-strict-aliasing -Wimplicit-fallthrough=2 -Wformat-security -Wvla"
|
||||
warnings="-Wall -Wextra -Wunused -Wwrite-strings -Wno-uninitialized -Wno-strict-aliasing -Wformat-security -Wvla"
|
||||
|
||||
# For more warnings, uncomment the following line
|
||||
# warnings="$warnings -Wshadow"
|
||||
|
|
Loading…
Reference in a new issue