Bug 42080 - ab.c:1145: warning: passing arg 2 of `BIO_set_callback_arg' from incompatible pointer type
Summary: ab.c:1145: warning: passing arg 2 of `BIO_set_callback_arg' from incompatible...
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.2.6
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: FixedInTrunk
: 42529 43985 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-10 07:36 UTC by Alberto Colosi
Modified: 2008-05-12 15:08 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Colosi 2007-04-10 07:36:02 UTC
/apr/include/apr-1 -I/home/colosi/dev/ldap/novell-cldap-devel-2006.02.20-
1linux/include/ -I/home/colosi/dev/apache/httpd-
2.2.4/modules/proxy/../generators -I/usr/local/ssl/include -
I/usr/kerberos/include -I/home/colosi/dev/apache/httpd-2.2.4/modules/ssl -
I/home/colosi/dev/apache/httpd-2.2.4/modules/dav/main  -prefer-non-pic -static -
c ab.c && touch ab.lo
ab.c: In function `start_connect':
ab.c:1145: warning: passing arg 2 of `BIO_set_callback_arg' from incompatible 
pointer type
/usr/local/apr/build-1/libtool --silent --mode=link gcc -g -O2 -pthread     -
L/home/colosi/dev/ldap/novell-cldap-devel-2006.02.20-1linux/lib/ -
L/usr/local/ssl/lib   -o ab  ab.lo   -lm /home/colosi/dev/apache/httpd-
2.2.4/srclib/pcre/libpcre.la /usr/local/apr/lib/libaprutil-1.la -lldap -llber -
lgdbm -ldb-4.0 -lexpat /usr/local/apr/lib/libapr-1.la -luuid -lrt -lcrypt -
lpthread -ldl -lssl -lcrypto -L/usr/kerberos/lib -lresolv -lgssapi_krb5 -lkrb5 -
lk5crypto -lcom_err -ldl -lz
Comment 1 Takashi Sato 2007-11-30 06:12:44 UTC
*** Bug 43985 has been marked as a duplicate of this bug. ***
Comment 2 Takashi Sato 2007-11-30 06:15:16 UTC
This issue seems to have been fixed in r573101
http://svn.apache.org/viewvc?view=rev&revision=573101

but not backported
Comment 3 Roy T. Fielding 2008-05-11 22:40:10 UTC
*** Bug 42529 has been marked as a duplicate of this bug. ***
Comment 4 Roy T. Fielding 2008-05-12 15:08:34 UTC
Confirmed fix in r573101