On 3/17/10 11:20 PM, repository service wrote:
Author: mcayland Date: Wed Mar 17 23:20:12 2010 New Revision: 703 URL: http://tracker.coreboot.org/trac/openbios/changeset/703
Log: Change the location of the function prototype for collect_sys_info() so that it both works for x86 and is the same location as for the amd64 build.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@siriusit.co.uk
Shouldn't that go into a header file instead, and that header file be included in both the providing and the consuming source file?
If it's just about the warning, it might be better to use -Wno-missing-prototypes instead of artificially working around the warning..
Stefan