1
0
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:
Vladislav Vaintroub
2018-02-06 17:14:05 +00:00
parent 7bcf5e2907
commit d995dd2865
27 changed files with 43 additions and 43 deletions

View File

@ -1725,7 +1725,7 @@ err:
bool st_select_lex_unit::cleanup()
{
int error= 0;
bool error= 0;
DBUG_ENTER("st_select_lex_unit::cleanup");
if (cleaned)