summaryrefslogtreecommitdiff
path: root/shim.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-03-11 11:31:42 -0500
committerJavier Martinez Canillas <javier@dowhile0.org>2021-03-12 10:15:01 +0100
commit3c00db33e53d0cab3b701c1569a79c64878f202d (patch)
treebab2a787554343c65cfed516f65461375eb441a0 /shim.h
parented6265c567f7e5aaa0d326e8a5fc21f3499f3ffc (diff)
downloadefi-boot-shim-3c00db33e53d0cab3b701c1569a79c64878f202d.tar.gz
efi-boot-shim-3c00db33e53d0cab3b701c1569a79c64878f202d.zip
Fix include order
scan-build helpfully notes: | In file included from shim.c:14: | In file included from /home/pjones/devel/github.com/shim/sbat-aarch64/shim.h:183: | /home/pjones/devel/github.com/shim/sbat-aarch64/include/hexdump.h:123:2: error: 'va_start' used in Win64 ABI function | va_start(ap, at); | ^ | /usr/lib/gcc/x86_64-redhat-linux/10/include/stdarg.h:47:23: note: expanded from macro 'va_start' | #define va_start(v,l) __builtin_va_start(v,l) | ^ This is because one of the patches for the builtin swizzling is missing a correction for the include order. This patch fixes that order. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'shim.h')
0 files changed, 0 insertions, 0 deletions