pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/memcached/patches
On Thu, May 21, 2015 at 02:07:10PM +0000, Blue Rats wrote:
> Module Name: pkgsrc
> Committed By: rodent
> Date: Thu May 21 14:07:10 UTC 2015
>
> Modified Files:
> pkgsrc/devel/memcached/patches: patch-Makefile.am patch-Makefile.in
> patch-aa patch-ab
> Added Files:
> pkgsrc/devel/memcached/patches: patch-memcached.c
>
> Log Message:
> Add patch to silence compilation warning found on NetBSD with gcc and
> FreeBSD with clang: format specifies type 'int' but the argument has type 'long'
> This seems to be fallout from the time_t change patches. Defuzz patches
> while we're here.
This change is wrong. It should be casting to intmax_t and use %jd. Even
casting to long would be better.
Joerg
Home |
Main Index |
Thread Index |
Old Index