[MDEV-15091] Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) Created: 2018-01-26 Updated: 2018-08-11 Resolved: 2018-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.2.13 |
| Description |
|
When Windows warnings were recently fixed, C4267 was disabled (as noise). Recompiling recent 10.2 with this warning re-enabled produces 1981 warnings on Win64. (A lot of them come from spider, mysql_client_test, and connect). We should fix them, because they are important, actually one of the most important on Win64. |
| Comments |
| Comment by Vladislav Vaintroub [ 2018-02-06 ] |
|
Fixed in 10.3. |