bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] fix build warnings with newer zlib


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] [PATCH] fix build warnings with newer zlib
Date: Sat, 26 May 2012 14:09:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Mike Frysinger <address@hidden> writes:

> that doesn't make sense here.  the zlib API has always defined gzFile, and 
> has 
> operated on that.  it has never utilized gzFile*.  the fact that it didn't 
> warn in the past was due to the zlib API not containing code that'd 
> implicitly 
> check it, and the reason it doesn't fail at runtime is that gzFile internally 
> is basically a pointer.  so a pointer to a struct is the same size as a 
> pointer to a pointer, thus the ABI/generated code is unchanged.
> -mike

I have added the changelog entry and pushed it.

Cheers,
Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]