netsurf/content
Michael Drake 8cc3adee5a Duktape: Attempt to squash aarch64 cast increases required alignment warnings.
content/handlers/javascript/duktape/duktape.c: In function 'duk_resolve_nonbound_function':
content/handlers/javascript/duktape/duktape.c:14585:25: error: cast increases required alignment of target type [-Werror=cast-align]
duk_push_tval(thr, &((duk_hboundfunc *) h)->target);
^
content/handlers/javascript/duktape/duktape.c: In function 'duk_bi_function_prototype_bind':
content/handlers/javascript/duktape/duktape.c:32399:20: error: cast increases required alignment of target type [-Werror=cast-align]
h_boundtarget = (duk_hboundfunc *) h_target;
^
content/handlers/javascript/duktape/duktape.c: In function 'duk_free_hobject':
content/handlers/javascript/duktape/duktape.c:46048:23: error: cast increases required alignment of target type [-Werror=cast-align]
duk_hboundfunc *f = (duk_hboundfunc *) h;
^
content/handlers/javascript/duktape/duktape.c: In function 'duk__mark_hobject':
content/handlers/javascript/duktape/duktape.c:47865:23: error: cast increases required alignment of target type [-Werror=cast-align]
duk_hboundfunc *f = (duk_hboundfunc *) h;
^
content/handlers/javascript/duktape/duktape.c: In function 'duk_hobject_refcount_finalize_norz':
content/handlers/javascript/duktape/duktape.c:49842:23: error: cast increases required alignment of target type [-Werror=cast-align]
duk_hboundfunc *f = (duk_hboundfunc *) h;
^
content/handlers/javascript/duktape/duktape.c: In function 'duk__handle_bound_chain_for_call':
content/handlers/javascript/duktape/duktape.c:61509:14: error: cast increases required alignment of target type [-Werror=cast-align]
h_bound = (duk_hboundfunc *) func;
^
content/handlers/javascript/duktape/duktape.c: In function 'duk_js_instanceof':
content/handlers/javascript/duktape/duktape.c:78117:24: error: cast increases required alignment of target type [-Werror=cast-align]
duk_push_tval(thr, &((duk_hboundfunc *) func)->target);
^
2017-10-30 16:50:38 +00:00
..
fetchers Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
handlers Duktape: Attempt to squash aarch64 cast increases required alignment warnings. 2017-10-30 16:50:38 +00:00
backing_store.h fix spelling of retrived 2016-11-21 00:07:13 +00:00
content_debug.h reduce content header interdependancy 2016-04-18 23:04:16 +01:00
content_factory.c reduce hlcache handle api usage in mimesniff 2017-03-19 22:29:23 +00:00
content_factory.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
content_protected.h Content API: Avoid content message copy in content user callback. 2017-08-26 16:38:18 +01:00
content.c Fixup everything the semantic patch missed 2017-09-07 18:12:09 +01:00
content.h Content API: Avoid content message copy in content user callback. 2017-08-26 16:38:18 +01:00
dirlist.c rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
dirlist.h Remove include of nsurl from corestrings.h 2015-02-26 16:58:41 +00:00
fetch.c update fetch debug logging to use catagory 2017-09-06 18:45:35 +01:00
fetch.h remove unused fetch acessor 2017-01-31 22:56:45 +00:00
fetchers.h Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better 2016-06-27 21:09:39 +01:00
fs_backing_store.c Fixup everything the semantic patch missed 2017-09-07 18:12:09 +01:00
hlcache.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
hlcache.h reduce unecessary usage of content headers 2016-06-06 16:10:47 +01:00
llcache.c Squash remaining GCC7 -Wimplicit-fallthrough warnings. 2017-10-23 09:46:02 +01:00
llcache.h reduce unecessary usage of content headers 2016-06-06 16:10:47 +01:00
Makefile Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00
mimesniff.c mimimal mime sniffing test 2017-03-20 00:48:11 +00:00
mimesniff.h reduce hlcache handle api usage in mimesniff 2017-03-19 22:29:23 +00:00
no_backing_store.c remove constness from backing stores store method 2014-11-23 01:37:24 +00:00
urldb.c rationalise history icon bitmap handling to ensure correct lifetime 2017-09-10 16:06:38 +01:00
urldb.h rationalise history icon bitmap handling to ensure correct lifetime 2017-09-10 16:06:38 +01:00