mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.5 merge
This commit is contained in:
@ -137,6 +137,11 @@ xaction_xt\.cc: may be used uninitialized in this function
|
||||
lock_xt\.cc : uninitialized local variable .* used
|
||||
restart_xt\.cc : dereferencing pointer .* does break strict-aliasing
|
||||
|
||||
#
|
||||
# oqgraph errors that are hard to fix
|
||||
#
|
||||
oqgraph/graphcore\.cc : may be used uninitialized in this function
|
||||
|
||||
#
|
||||
# I think these are due to mix of C and C++.
|
||||
#
|
||||
@ -153,6 +158,7 @@ include/runtime.hpp: .*pure_error.*
|
||||
.*/extra/yassl/taocrypt/src/file\.cpp: ignoring return value
|
||||
.*/extra/yassl/taocrypt/src/integer\.cpp: control reaches end of non-void function
|
||||
mySTL/algorithm\.hpp: is used uninitialized in this function
|
||||
include/pwdbased\.hpp: comparison of unsigned expression
|
||||
|
||||
#
|
||||
# OpenSSL
|
||||
@ -184,6 +190,7 @@ net_serv.cc : .*conversion from 'SOCKET' to 'int'.*
|
||||
# Ignorable warnings from header files
|
||||
#
|
||||
backward_warning\.h : This file includes at least one
|
||||
/usr/include/i386-linux-gnu/bits/string3\.h: memset used with constant zero length parameter
|
||||
|
||||
# allow a little moving space for the warning below
|
||||
mi_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 560-600
|
||||
@ -201,10 +208,9 @@ string3\.h : memset used with constant zero length parameter
|
||||
# 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
|
||||
libmysql\.c: passing argument 2 of .*memcpy.* discards qualifiers from pointer target type : 3000-4000
|
||||
storage/xtradb/dict/dict0dict\.c : passing argument 1 of .*strcpy.* discards qualifiers from pointer target type : 2500-3500
|
||||
storage/xtradb/sync/sync0rw\.c : passing argument 1 of .*memset.* discards qualifiers from pointer target type : 200-300
|
||||
storage/innobase/dict/dict0dict\.c : passing argument 1 of .*strcpy.* discards qualifiers from pointer target type : 2500-3500
|
||||
storage/innobase/sync/sync0rw\.c : passing argument 1 of .*memset.* discards qualifiers from pointer target type : 200-300
|
||||
storage/.*/dict/dict0dict\.c : passing argument 1 of .*strcpy.* discards qualifiers from pointer target type : 2500-3500
|
||||
storage/.*/sync/sync0rw\.c : passing argument 1 of .*memset.* discards qualifiers from pointer target type : 200-300
|
||||
storage/.*/btr/btr0sea\.c : passing argument 2 of .*btr_cur_position.* discards qualifiers from pointer
|
||||
|
||||
#
|
||||
# Strange things from autoconf that is probably safe to ignore
|
||||
@ -212,3 +218,4 @@ storage/innobase/sync/sync0rw\.c : passing argument 1 of .*memset.* discards qua
|
||||
|
||||
configure.in : warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
||||
configure.in : config/ac-macros/character_sets.m4.*prefer named diversions
|
||||
warning: File listed twice
|
||||
|
Reference in New Issue
Block a user