On Thu, Nov 08, 2012 at 07:06:31PM -0600, Kim Phillips wrote:
> On Thu, 8 Nov 2012 12:20:51 +0100
> Wolfgang Denk wrote:
>
> > In message <1351553687-12469-14-git-send-email-kim.phill...@freescale.com>
> > you wrote:
> > > define Z_NULL to (void *)0 include/u-boot/zlib.h to get rid of most of
>
On Thu, 8 Nov 2012 12:20:51 +0100
Wolfgang Denk wrote:
> In message <1351553687-12469-14-git-send-email-kim.phill...@freescale.com>
> you wrote:
> > define Z_NULL to (void *)0 include/u-boot/zlib.h to get rid of most of
> > the NULL pointer warnings.
> ...
> > -#define Z_NULL 0 /* for initiali
Dear Kim Phillips,
In message <1351553687-12469-14-git-send-email-kim.phill...@freescale.com> you
wrote:
> define Z_NULL to (void *)0 include/u-boot/zlib.h to get rid of most of
> the NULL pointer warnings.
...
> -#define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
> +#define Z_NULL
define Z_NULL to (void *)0 include/u-boot/zlib.h to get rid of most of
the NULL pointer warnings.
inflate.c:942:1: warning: non-ANSI definition of function 'inflateEnd'
inflate.c:9:1: warning: non-ANSI definition of function 'inflateReset'
inflate.c:12:17: warning: Using plain integer as NULL poin
4 matches
Mail list logo