Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[efi] Fix compiler warning in elf2efi.c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Apr 21, 2012
1 parent d3d87a2 commit 8b0305e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/elf2efi.c
Expand Up @@ -405,6 +405,10 @@ static struct pe_section * process_section ( bfd *bfd,
EFI_IMAGE_SCN_MEM_WRITE );
applicable_start = &data_mid;
applicable_end = &data_end;
} else {
eprintf ( "Unrecognised characteristics %#lx for section %s\n",
flags, section->name );
exit ( 1 );
}

/* Copy in section contents */
Expand Down

0 comments on commit 8b0305e

Please sign in to comment.