On Fri, 15.08.14 01:11, Timofey Titovets (nefelim...@gmail.com) wrote:

> Good time of day, when i compile systemd i get ton of warning like:
> <var> may be used uninitialized in function...
> May be i can spend some time and create patches with fixes of that warnings?
> As example declare it by default to 0 or something like that.
> 
> Or this is not a bug, just feature? %)

Did you compile this with -flto? (which is the default, unless you build
with "autogen.sh c" or suchlike) 

With lto enabled gcc warnings about that are not useful, and should be
ignored mostly, right now. Turn off lto, and they become more useful,
but we should be pretty clean with that already.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to