Jan Ehrhardt in php.qa (Tue, 17 Feb 2015 12:34:16 +0100):
>Zend/zend_ini_parser.c(536) : warning C4273: 'malloc' : inconsistent dll
>linkage
>        C:\Program Files (x86)\Microsoft Visual Studio
>11.0\VC\INCLUDE\malloc.h(106) : see previous definition of 'malloc'
>Zend/zend_ini_parser.c(543) : warning C4273: 'free' : inconsistent dll
>linkage
>        C:\Program Files (x86)\Microsoft Visual Studio
>11.0\VC\INCLUDE\malloc.h(105) : see previous definition of 'free'
>
>The signed/unsigned mismatches are quite normal, but I cannot remember
>seeing the warning about 'inconsistent dll linkage' before and I really
>do not like it. Is this known behaviour when compiling for Windows or
>not?

FYI: I recreated zend_ini_parser.c with bison, but the errormesages stay
the same.

Jan

-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to