chiark / gitweb /
make gcc shut up
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Feb 2014 16:47:11 +0000 (17:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Feb 2014 16:53:50 +0000 (17:53 +0100)
If -flto is used then gcc will generate a lot more warnings than before,
among them a number of use-without-initialization warnings. Most of them
without are false positives, but let's make them go away, because it
doesn't really matter.


No differences found