masqmail

diff src/Makefile.in @ 386:13c9e0969054

Ignore pointer sign warnings.
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 11:43:06 +0100
parents 5781ba87df95
children d209b4846f2b
line diff
     1.1 --- a/src/Makefile.in	Thu Feb 16 13:34:44 2012 +0100
     1.2 +++ b/src/Makefile.in	Sat Feb 18 11:43:06 2012 +0100
     1.3 @@ -234,7 +234,7 @@
     1.4  with_spooldir = @with_spooldir@
     1.5  with_user = @with_user@
     1.6  SUBDIRS = base64 md5
     1.7 -AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
     1.8 +AM_CFLAGS = -Wno-pointer-sign @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
     1.9  masqmail_SOURCES = \
    1.10  	dotlock.h\
    1.11  	masqmail.h\