mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
(partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6
Fix compiler warning: storage/innobase/include/ut0rnd.ic:70:8: error: variable 'n_bits' set but not used [-Werror=unused-but-set-variable]
This commit is contained in:
parent
1566c3657e
commit
39827fdc9b
1 changed files with 0 additions and 3 deletions
|
|
@ -67,9 +67,6 @@ ut_rnd_gen_ulint(void)
|
|||
/* out: the 'random' number */
|
||||
{
|
||||
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