On Fri Jun 2 06:31:29 2023 +0000, Alex Henrie wrote:
../wine/dlls/iphlpapi/tests/iphlpapi.c: In function ‘testGetIpNetTable’: ../wine/dlls/iphlpapi/tests/iphlpapi.c:422:24: warning: conversion from ‘long unsigned int’ to ‘DWORD’ {aka ‘unsigned int’} changes value from ‘18446744073709551615’ to ‘4294967295’ [-Woverflow] 422 | prev_idx = ~0ul; | ^ ../wine/dlls/iphlpapi/tests/iphlpapi.c:427:34: warning: comparison is always true due to limited range of data type [-Wtype-limits] 427 | if (prev_idx != ~0ul) | ^~
So this is with a non-PE build, right? Do we care any more?