summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-11-01 16:02:20 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2017-11-01 16:02:20 +0000
commit8f73414c0655098c3ae6488540e07cca31999676 (patch)
treed7c0ca9a32a77ed0579ae04433f1238b36b263a1
parent8cc3adee5aabd3b6ad1c6c897c9c31a8136e61cc (diff)
downloadnetsurf-8f73414c0655098c3ae6488540e07cca31999676.tar.gz
netsurf-8f73414c0655098c3ae6488540e07cca31999676.tar.bz2
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.
-rw-r--r--content/handlers/javascript/duktape/duktape.c6
1 files changed, 1 insertions, 5 deletions
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