Advertisement
Guest User

Untitled

a guest
Feb 11th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. In file included from /home/trini/u-boot/u-boot/tools/mkeficapsule.c:24:
  2. /home/trini/u-boot/u-boot/tools/eficapsule.h:93:18: warning: field 'hdr' with variable sized type 'WIN_CERTIFICATE' (aka 'struct _WIN_CERTIFICATE') not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end]
  3. WIN_CERTIFICATE hdr;
  4. ^
  5. /home/trini/u-boot/u-boot/tools/mkeficapsule.c:88:43: warning: field 'auth' with variable sized type 'struct efi_firmware_image_authentication' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end]
  6. struct efi_firmware_image_authentication auth;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement