From c7812bf7644eceeb33af87d4ed3afc46cbad68d7 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 29 Feb 2024 23:33:31 -0800 Subject: [PATCH] make bcarray not packed --- src/Text.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text.hh b/src/Text.hh index 5e287cee..8f4a878e 100644 --- a/src/Text.hh +++ b/src/Text.hh @@ -329,7 +329,7 @@ struct bcarray { bool operator!=(const bcarray& s) const { return !this->operator==(s); } -} __attribute__((packed)); +}; // Packed text objects for use in protocol structs