svn@coreboot.org wrote:
Modified: trunk/coreboot-v2/src/arch/i386/boot/gdt.c
--- trunk/coreboot-v2/src/arch/i386/boot/gdt.c 2009-10-27 14:05:21 UTC (rev 4870) +++ trunk/coreboot-v2/src/arch/i386/boot/gdt.c 2009-10-27 14:29:29 UTC (rev 4871) @@ -33,6 +33,7 @@ } __attribute__((packed));
// Copy GDT to new location and reload it +void move_gdt(void); void move_gdt(void) { void *newgdt;
Modified: trunk/coreboot-v2/src/arch/i386/boot/tables.c
--- trunk/coreboot-v2/src/arch/i386/boot/tables.c 2009-10-27 14:05:21 UTC (rev 4870) +++ trunk/coreboot-v2/src/arch/i386/boot/tables.c 2009-10-27 14:29:29 UTC (rev 4871) uint64_t high_tables_base = 0; uint64_t high_tables_size;
void move_gdt(void); void cbmem_arch_init(void) {
Not so nice... This warnings should be fixed, not just shut up.