Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/8f73414c0655098c3ae6488540e07cca31999676
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/8f73414c0655098c3ae6488540e07cca31999676
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/8f73414c0655098c3ae6488540e07cca31999676

The branch, master has been updated
       via  8f73414c0655098c3ae6488540e07cca31999676 (commit)
      from  8cc3adee5aabd3b6ad1c6c897c9c31a8136e61cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=8f73414c0655098c3ae6488540e07cca31999676
commit 8f73414c0655098c3ae6488540e07cca31999676
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    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.

diff --git a/content/handlers/javascript/duktape/duktape.c 
b/content/handlers/javascript/duktape/duktape.c
index 5e3b467..3139b69 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


-----------------------------------------------------------------------

Summary of changes:
 content/handlers/javascript/duktape/duktape.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/content/handlers/javascript/duktape/duktape.c 
b/content/handlers/javascript/duktape/duktape.c
index 5e3b467..3139b69 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


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to