mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix some compiler warnings cause by GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29478
storage/maria/ma_blockrec.c: GCC warns about const vs. non-const despite cast (but it is in any case cleaner to avoid the cast completely) support-files/compiler_warnings.supp: Silence a wrong compiler warning caused by GCC bug.
This commit is contained in:
parent
22a9f9b243
commit
59f80387ba
2 changed files with 8 additions and 5 deletions
|
|
@ -109,3 +109,6 @@ ma_packrec.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 550-
|
|||
#
|
||||
.* : .*no matching operator delete found; memory will not be freed if initialization throws an exception.*
|
||||
ctype-simple.c : .*unary minus operator applied to unsigned type, result still unsigned.*
|
||||
|
||||
# Wrong warning due to GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29478
|
||||
regexec\.c : .*passing argument 3 of.*matcher.* discards qualifiers from pointer target type.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue