Re: [systemd-devel] [PATCH] coredump: suppress uninitialized sz warning

2014-07-23 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jul 23, 2014 at 10:02:57AM +0200, Daniel Buch wrote: > Its false positive but lets make gcc happy We have approximately a million of those... If you compile with -O2 or -O3 they really multiply. I filed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61846, so let's wait for the upstream respo

[systemd-devel] [PATCH] coredump: suppress uninitialized sz warning

2014-07-23 Thread Daniel Buch
Its false positive but lets make gcc happy --- src/journal/coredump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/journal/coredump.c b/src/journal/coredump.c index 182c2b1..a361a51 100644 --- a/src/journal/coredump.c +++ b/src/journal/coredump.c @@ -700,7 +700,7 @@ log: