mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-4243 Warnings/errors while compiling with clang
This commit is contained in:
@ -669,7 +669,7 @@ int decimal_shift(decimal_t *dec, int shift)
|
||||
if (do_left)
|
||||
{
|
||||
do_mini_left_shift(dec, l_mini_shift, beg, end);
|
||||
mini_shift=- l_mini_shift;
|
||||
mini_shift= -l_mini_shift;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user