Revert "Duktape: Attempt to squash aarch64 cast increases required alignment warnings."

This reverts commit 8cc3adee5a.

These warnings don't show up with the CI updated to Debian Stretch.
This commit is contained in:
Michael Drake 2017-11-01 16:02:20 +00:00
parent 8cc3adee5a
commit 8f73414c06

View File

@ -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