]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add "(const void *)" back to the hack variable assignments to avoid
authorJeff Trawick <trawick@apache.org>
Tue, 12 Dec 2000 15:00:33 +0000 (15:00 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 12 Dec 2000 15:00:33 +0000 (15:00 +0000)
commit8003a084f4caee9b6045faf398839354fb30e6f9
tree96aa01a2b665ef60d82cee54d442d2c18677306b
parent7e5e17b95ef057b5e933f351bbf78c6e0119b164
Add "(const void *)" back to the hack variable assignments to avoid
warnings like this on Tru64 (and perhaps other platforms):

cc: Warning: exports.c, line 349: In the initializer for
ap_hack_apr_dbm_nextkey, the referenced type of the pointer value
"apr_dbm_nextkey" is "function (pointer to struct apr_dbm_t, pointer
to struct declared without a tag) returning int", which is not
compatible with "const void". (ptrmismatch)
const void *ap_hack_apr_dbm_nextkey = apr_dbm_nextkey;
--------------------------------------^

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87301 13f79535-47bb-0310-9956-ffa450edef68
build/buildexports.awk