mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fix gcc 6.3.x compiler warnings.
These are caused by fact that functions are declared with __attribute__((nonnull)) or left shit like ~0 << macro when ~0U << macro should be used.
This commit is contained in:
parent
2e8fa1c2b2
commit
108b211ee2
56 changed files with 43 additions and 198 deletions
|
|
@ -257,7 +257,6 @@ mtr_commit(
|
|||
/*=======*/
|
||||
mtr_t* mtr) /*!< in: mini-transaction */
|
||||
{
|
||||
ut_ad(mtr);
|
||||
ut_ad(mtr->magic_n == MTR_MAGIC_N);
|
||||
ut_ad(mtr->state == MTR_ACTIVE);
|
||||
ut_ad(!mtr->inside_ibuf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue