di-set: add "const" to a cast
authorJim Meyering <meyering@redhat.com>
Tue, 8 Feb 2011 07:57:36 +0000 (08:57 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 8 Feb 2011 07:57:50 +0000 (08:57 +0100)
commit489cedffb410a94803cf10502b27b1facf026dfc
tree9057875a550955c9e02db9f5aa19ced88371f67d
parent36882545cecc1ce447fbeb04d71ec5bcd0e16d82
di-set: add "const" to a cast

* lib/di-set.c (di_set_insert): Cast hash_insert0 argument to
"(void const *)", not "(void *)".  Spotted by Bruno Haible.
ChangeLog
lib/di-set.c