Snippets for wget 2.2.1 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/wget2/wget2-2.2.1-r1.log.
-
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
libtest.c:2305:97: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 2305 | wget_error_printf_exit("Unexpected timestamp '%s/%s' (%ld) [%s]\n", tmpdir, fname, st.st_mtime, options); | ~~^ | | | long int | %lld -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:680:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 680 | wget_vector_create(int max, wget_vector_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:793:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 793 | wget_hashmap_iterator_alloc(wget_hashmap *h) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:559:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 559 | wget_buffer_alloc(size_t size) WGET_GCC_MALLOC WGET_GCC_ALLOC_SIZE(1) RETURNS_NONNULL LIBWGET_WARN_UNUSED_RESULT; | ^~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:832:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 832 | wget_stringmap_create(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:834:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 834 | wget_stringmap_create_nocase(int max) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:367:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 367 | wget_read_file(const char *fname, size_t *size) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:377:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 377 | wget_striconv(const char *src, const char *src_encoding, const char *dst_encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~ -
../include/wget/wget.h:383:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 383 | wget_str_to_utf8(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:385:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 385 | wget_utf8_to_str(const char *src, const char *encoding) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:756:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 756 | wget_hashmap_create(int max, wget_hashmap_hash_fn *hash, wget_hashmap_compare_fn *cmp) WGET_GCC_MALLOC; | ^~~~~~~~~~~~~~~~~~~ -
../include/wget/wget.h:462:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 462 | { | ^ -
../include/wget/wget.h:484:9: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 484 | wget_strdup(const char *s); | ^~~~~~~~~~~ -
../include/wget/wget.h:456:1: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 456 | { | ^