Re: [systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jul 16, 2014 at 10:32:50AM +0900, Marc-Antoine Perennou wrote: > On 16 July 2014 10:30, Zbigniew Jędrzejewski-Szmek wrote: > > On Wed, Jul 16, 2014 at 03:29:15AM +0200, Zbigniew Jędrzejewski-Szmek wrote: > >> On Wed, Jul 16, 2014 at 10:13:06AM +0900, Marc-Antoine Perennou wrote: > >> > and

Re: [systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Marc-Antoine Perennou
On 16 July 2014 10:30, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jul 16, 2014 at 03:29:15AM +0200, Zbigniew Jędrzejewski-Szmek wrote: >> On Wed, Jul 16, 2014 at 10:13:06AM +0900, Marc-Antoine Perennou wrote: >> > and btw make it pass for 32bits where size_t != uint64_t >> Do they still make tho

Re: [systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jul 16, 2014 at 03:29:15AM +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jul 16, 2014 at 10:13:06AM +0900, Marc-Antoine Perennou wrote: > > and btw make it pass for 32bits where size_t != uint64_t > Do they still make those? ;) > > Will apply. Actually please apply it yourself. Looks

Re: [systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jul 16, 2014 at 10:13:06AM +0900, Marc-Antoine Perennou wrote: > and btw make it pass for 32bits where size_t != uint64_t Do they still make those? ;) Will apply. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://

[systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Marc-Antoine Perennou
and btw make it pass for 32bits where size_t != uint64_t --- src/journal/test-compress-benchmark.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/journal/test-compress-benchmark.c b/src/journal/test-compress-benchmark.c index 0a23bd1..a346447 100644 --- a/src/jour