static void dbd_mysql_init(apr_pool_t *pool)
{
    my_init();
    mysql_thread_init();

    /* FIXME: this is a guess; find out what it really does */
    apr_pool_cleanup_register(pool, NULL, thread_end, apr_pool_cleanup_null);
}


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?

Bill

Reply via email to