This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit fb6b3f972b93358390871f17f2a93423daca7aa7 Author: Flavio Cruz <[email protected]> Date: Tue Dec 29 22:45:50 2015 +0100 fix compiler warnings in hurd/libihash --- libihash/ihash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libihash/ihash.c b/libihash/ihash.c index 596f6ff..4bc54fd 100644 --- a/libihash/ihash.c +++ b/libihash/ihash.c @@ -114,7 +114,7 @@ find_index (hurd_ihash_t ht, hurd_ihash_key_t key) static inline void locp_remove (hurd_ihash_t ht, hurd_ihash_locp_t locp) { - struct _hurd_ihash_item *item = locp; + struct _hurd_ihash_item *item = (struct _hurd_ihash_item *) locp; if (ht->cleanup) (*ht->cleanup) (item->value, ht->cleanup_data); item->value = _HURD_IHASH_DELETED; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
