Re: [PHP-DEV] Warnings in zend_alloc.h

2015-01-25 Thread Sebastian Bergmann
Am 25.01.2015 um 17:17 schrieb Andi Gutmans: > Can you provide more info re: operating system and version? > Compiler version? $ cat /etc/issue Fedora release 21 (Twenty One) $ clang --version clang version 3.5.0 (tags/RELEASE_350/final) Target: x86_64-redhat-linux-gnu Thread model: posix

Re: [PHP-DEV] Warnings in zend_alloc.h

2015-01-25 Thread Andi Gutmans
Can you provide more info re: operating system and version? Compiler version? Thanks. Sent from my iPhone > On Jan 24, 2015, at 11:57 PM, Sebastian Bergmann wrote: > > Nut sure whether this is an issue or not but I see it a lot while > compiling master: > > Zend/zend_alloc.h:57:236: warning

[PHP-DEV] Warnings in zend_alloc.h

2015-01-24 Thread Sebastian Bergmann
Nut sure whether this is an issue or not but I see it a lot while compiling master: Zend/zend_alloc.h:57:236: warning: unknown attribute 'alloc_size' ignored [-Wunknown-attributes] __attribute__ ((visibility("default"))) void* _emalloc(size_t size, const char *__zend_filename, const