23 May
2008
23 May
'08
5 p.m.
"Richard W.M. Jones" <rjones@redhat.com> wrote:
There's a warning about type-punning in CVS libvirt.
We normally rewrite the code generated by glibc rpcgen to avoid these warnings, but because the variable in question has a name containing an uppercase letter, and because the regexp we're using is case-sensitive and only matches lowercase identifiers, the rewrite wasn't happening.
Looks fine.