mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
(ut0rnd.ic:88) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
a6cc6cd617
commit
f482bce2c1
1 changed files with 0 additions and 3 deletions
|
|
@ -85,9 +85,6 @@ ut_rnd_gen_ulint(void)
|
|||
/*==================*/
|
||||
{
|
||||
ulint rnd;
|
||||
ulint n_bits;
|
||||
|
||||
n_bits = 8 * sizeof(ulint);
|
||||
|
||||
ut_rnd_ulint_counter = UT_RND1 * ut_rnd_ulint_counter + UT_RND2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue