From ba7f1b93b986a6b1c975258977209d2869bbdaf9 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 25 Aug 2021 10:49:47 +0200 Subject: [PATCH] Remove PACKED on internal client struct containing pointers, it breaks mem alignment on clang-13 MacOSX --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 0dc09d7b4..6e4005f14 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -1056,7 +1056,7 @@ typedef struct { uint32_t (*Pwd)(uint8_t *uid); uint16_t (*Pack)(uint8_t *uid); const char *hint; -} PACKED mfu_identify_t; +} mfu_identify_t; static mfu_identify_t mfu_ident_table[] = { {