Duktape: Another attempt to squash aarch64 increases required alignment warnings.

This commit is contained in:
Michael Drake 2017-10-29 14:50:10 +00:00
parent 6619be2b72
commit ea7da966de

View File

@ -6664,9 +6664,7 @@ struct duk_hobject {
#endif #endif
#endif #endif
} }
#if (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_GCC_ATTR) #if (DUK_USE_ALIGN_BY == 8)
__attribute__ ((aligned (8)))
#elif (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_CLANG_ATTR)
__attribute__ ((aligned (8))) __attribute__ ((aligned (8)))
#endif #endif
; ;