mirror of https://github.com/MariaDB/server
Browse Source
In 10.3, DBUG_ASSERT() may expand to something that includes __builtin_expect(), which expects integer arguments, not pointers. To avoid any compiler warnings, let us use an explicit rather than implicit comparison to the null pointer.bb-10.2-MDEV-23484
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue