diff options
author | zbao <fishbaozi@gmail.com> | 2012-05-29 14:59:38 +0800 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-05-30 23:01:23 +0200 |
commit | ee8a9f6c5548729cd1e464ccbecfca7a08fcc9a2 (patch) | |
tree | eb5924b213b5d524597c18b7d3e426e38364acf4 /src/cpu/Kconfig | |
parent | 2dbfcb750fca720fcd415f8cd032eb1cf888ce46 (diff) |
Initializer of a static member in union.
It is just me or does anybody have the same build error without
this patch?
------
src/arch/x86/boot/acpigen.c: In function 'acpigen_write_empty_PTC':
src/arch/x86/boot/acpigen.c:347:3: error: unknown field 'resv'
specified in initializer
src/arch/x86/boot/acpigen.c:347:3: warning: missing braces around
initializer
src/arch/x86/boot/acpigen.c:347:3:warning: (near initialization
for 'addr.<anonymous>')
-------
Anyway, I believe at least this will cause warnings.
"resv" is a member of a union, not of acpi_addr_t. So it should be
wrapped by a brace in the initializer.
Change-Id: I72624386816c987d5bb2d3a3a64c7c58eb9af389
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: zbao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/1056
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/cpu/Kconfig')
0 files changed, 0 insertions, 0 deletions