1
0
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:
Sergei Golubchik
2013-03-28 20:04:14 +01:00
parent 7868367270
commit 2901497b18
13 changed files with 19 additions and 24 deletions

View File

@ -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
{