Menu

#73 [PATCH] Always prefer the external <stdarg.h> for MSVC compilation

Unstable_(example)
closed
None
5
2021-02-18
2021-02-17
Pete Batard
No

The __builtin_va_###() intrinsics apply only to GCC-like compilers and
MSVC's <stdarg.h> works just fine with gnu-efi.
Without this patch, one has to define GNU_EFI_USE_EXTERNAL_STDARG to
make gnu-efi work with a Microsoft toolchain, which is annoying...</stdarg.h>

1 Attachments

Discussion

  • Nigel Croxon

    Nigel Croxon - 2021-02-18
    • status: open --> closed
    • assigned_to: Nigel Croxon
     
  • Nigel Croxon

    Nigel Croxon - 2021-02-18

    commit ebdde0bc4b0ea18620b92c84be85dfc55e0b75ed (HEAD -> master)
    Author: Pete Batard pete@akeo.ie
    Date: Wed Feb 17 00:15:54 2021 +0000

    Always prefer the external <stdarg.h> for MSVC compilation
    
     

Log in to post a comment.

MongoDB Logo MongoDB