diff options
author | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2020-11-17 19:23:33 +0700 |
---|---|---|
committer | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2020-11-17 19:23:33 +0700 |
commit | 796f708f85d3b8b68d1aa338dfa60cfea8f3cdac (patch) | |
tree | eca91d5f538f3a8ba11da184462a1c652e20f95d /man/mysqld_safe.1 | |
parent | f0c990379565748c7faa6a068b992f61d9ceb46c (diff) | |
download | mariadb-git-796f708f85d3b8b68d1aa338dfa60cfea8f3cdac.tar.gz |
MDEV-24115 Fix -Wconversion in Timeval::Timeval() on Mac OS Xbb-10.4-MDEV-24115
The data member tv_usec of the struct timeval is declared as suseconds_t
on MacOS. Size of suseconds_t is 4 bytes. On the other hand, size of ulong
is 8 bytes on 64-bit MacOS, so attempt to assign a value of wider type
(usec) to a value (tv_usec) of narrower type leads to error.
Diffstat (limited to 'man/mysqld_safe.1')
0 files changed, 0 insertions, 0 deletions