mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
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:
parent
8cc3adee5a
commit
8f73414c06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user