You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zlib.c,http_push.c: explicit cast comparisons of potential 32bit long to size_t
On Windows, long may only be 32 bits and their use for pointer sized
comparison is potentially implemenation defined.
Make explicit the appropriate type conversion.
Ensure they are up-cast to size_t
Signed-off-by: Philip Oakley <[email protected]>
0 commit comments