mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed compiler warnings.
client/mysqltest.c: Fixed a compiler warning. support-files/compiler_warnings.supp: Suppressed compiler warnings on Win 64.
This commit is contained in:
parent
c04d5985c1
commit
33ccc75633
2 changed files with 3 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ dbm.c : .*'item.dsize' is used uninitialized in this function.*
|
|||
.* : conversion from '.*size_t' to 'uint32'.*
|
||||
.* : conversion from '.*size_t' to 'off_t'.*
|
||||
.* : conversion from '.*size_t' to 'size_s'.*
|
||||
.* : conversion from 'u?lint' to 'int'.*
|
||||
ha_berkeley.cc : .*conversion from 'ulonglong' to 'char'.*
|
||||
|
||||
#
|
||||
|
|
@ -74,4 +75,5 @@ mi_packrec.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 567
|
|||
# in 5.0. Please do not merge upwards.
|
||||
#
|
||||
socket_wrapper.cpp : .*truncation of constant value.*
|
||||
socket_wrapper.hpp : .*truncation of constant value.*
|
||||
viossl.c : .*conversion from 'SOCKET' to 'socket_t'.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue