Details
Description
A typecast incompatibility on macOS results in build warnings such as the following.
[695/1348] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0trx.cc.o
|
In file included from /Users/dgosselin/server/storage/innobase/trx/trx0trx.cc:29:
|
/Users/dgosselin/server/sql/sql_class.h:3292:18: warning: implicit conversion loses integer precision: 'long' to '__darwin_suseconds_t' (aka 'int') [-Wshorten-64-to-32]
|
3292 | tv_usec= (long) thd->query_start_sec_part();
|
| ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
1 warning generated.
|