sd-boot: remove compiler warning (#5860)
authorMax Resch <mxre@users.noreply.github.com>
Sun, 30 Apr 2017 02:11:34 +0000 (04:11 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 30 Apr 2017 02:11:34 +0000 (22:11 -0400)
commita0693fc9517132cfae773b2b1cfc11b808e9b377
tree1f3e6f4dda78277d8fe1105198d89b34fe0b10c8
parent815e542b7caee5166668180c8014e29bfe3bf1f8
sd-boot: remove compiler warning (#5860)

This small fixup removes a compiler warning when passing tcg (a const
arg type) to the uefi call wapper, which does not define it as const.

All other source files in sd-boot do this cast except measure.c, so
let's fix that.
src/boot/efi/measure.c