fixed win32 warnings
This commit is contained in:
parent
2ebd43960b
commit
476f91b50c
@ -760,7 +760,7 @@ public:
|
||||
void value_to_item(uint pos, Item *item)
|
||||
{
|
||||
((Item_int*) item)->value= ((packed_longlong*) base)[pos].val;
|
||||
((Item_int*) item)->unsigned_flag=
|
||||
((Item_int*) item)->unsigned_flag= (my_bool)
|
||||
((packed_longlong*) base)[pos].unsigned_flag;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user