Snippets for poke 5.0 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/community/poke/poke-5.0-r0.log.
-
pvm-alloc.h:48:3: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 48 | __attribute__ ((alloc_size (1))); | ^~~~~~~~~~~~~ -
pvm-alloc.h:58:3: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 58 | __attribute__ ((alloc_size (1))); | ^~~~~~~~~~~~~ -
pvm-alloc.h:69:3: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 69 | __attribute__ ((alloc_size (2))); | ^~~~~~~~~~~~~ -
pvm-alloc.h:76:3: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 76 | __attribute__ ((malloc)); | ^~~~~~~~~~~~~ -
pvm-alloc.h:79:3: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 79 | __attribute__ ((malloc)); | ^~~~~~~~~~~~~ -
pvm-alloc.h:85:3: warning: 'rpl_malloc' attribute directive ignored [-Wattributes] 85 | __attribute__ ((malloc)); | ^~~~~~~~~~~~~ -
pkl-trans.c:2585:7: warning: the comparison will always evaluate as 'true' for the address of 'functions' will never be NULL [-Waddress] 2585 | if (!PKL_TRANS_FUNCTION) | ^