William A. Rowe, Jr. wrote: > C:\local0\asf\release\build-2.2.12\srclib\apr-util\dbd\apr_dbd_mysql.c(1257) > : warning C4013: 'my_init' undefined; assuming extern returning int > > > It links successfully in spite of this error. > > Thoughts?
I find my_init() defined here: mysql/mysql_com.h /* Some other useful functions */ my_bool my_init(void); I suspect we may not be including this header. Regards, Graham --
smime.p7s
Description: S/MIME Cryptographic Signature
