Descriptionflimflam: Enable -Wimplicit-function-declaration.
This prevents maddening failures at runtime where we fail to load a plugin
because of an undefined symbol; having a warning for implicit function
declarations will at least cause a build break if the function doesn't appear in
a header file.
As fallout from this, there are a whole bunch of places where we /were/ using
implicit function declarations; those are all fixed by this CL.
BUG=chromium-os:9556
(yes, really)
TEST=None
Build system change only; if flimflam still builds, we're good.
Change-Id: I00c208ea5ab2dbc6c90d4761fe61fdb9dce01005
X-Where: locus chromeos-dogfood impl-fun-dec
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Signed-off-by: Jason Glasgow <jglasgow@chromium.org>
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=b42d6ee
Patch Set 1 #
Total comments: 10
Patch Set 2 : Fixes per jglasgow. #
Messages
Total messages: 4 (0 generated)
|