mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Windows : reenable warning C4805 (unsafe mix of types in bool operations)
This commit is contained in:
@ -2746,7 +2746,7 @@ bool Type_handler_int_result::
|
||||
Type_all_attributes *func,
|
||||
Item **items, uint nitems) const
|
||||
{
|
||||
uint unsigned_flag= items[0]->unsigned_flag;
|
||||
bool unsigned_flag= items[0]->unsigned_flag;
|
||||
for (uint i= 1; i < nitems; i++)
|
||||
{
|
||||
if (unsigned_flag != items[i]->unsigned_flag)
|
||||
|
Reference in New Issue
Block a user