From 8f73414c0655098c3ae6488540e07cca31999676 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 1 Nov 2017 16:02:20 +0000 Subject: Revert "Duktape: Attempt to squash aarch64 cast increases required alignment warnings." This reverts commit 8cc3adee5aabd3b6ad1c6c897c9c31a8136e61cc. These warnings don't show up with the CI updated to Debian Stretch. --- content/handlers/javascript/duktape/duktape.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'content') diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c index 5e3b467f9..3139b6998 100644 --- a/content/handlers/javascript/duktape/duktape.c +++ b/content/handlers/javascript/duktape/duktape.c @@ -6663,11 +6663,7 @@ struct duk_hobject { duk_uint32_t h_size; /* hash part size or 0 if unused */ #endif #endif -} -#if (DUK_USE_ALIGN_BY == 8) -__attribute__ ((aligned (8))) -#endif -; +}; /* * Exposed data -- cgit v1.2.3