[libvirt] Fix compile errors in 'safezero()' functions in util.c

Hi! Fix compile errors in 'safezero()' functions in util.c Commit 70e7672184ff639856d5f2f3bf7849464031dff9 introduced some compile errors because of the unsued 'flags' parameter in all three version of the 'safezero()' function. Signed-Off-By: Maximilian Wilhelm <max@rfc2324.org> The attached patch fixes this. Ciao Max -- Follow the white penguin.

On Fri, Mar 20, 2009 at 05:31:32PM +0100, Maximilian Wilhelm wrote:
Hi!
Fix compile errors in 'safezero()' functions in util.c
Commit 70e7672184ff639856d5f2f3bf7849464031dff9 introduced some compile errors because of the unsued 'flags' parameter in all three version of the 'safezero()' function.
Ah right, those should be warnings actually, but I didn't spot the problem ! Applied and commited, thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

Anno domini 2009 Daniel Veillard scripsit: Hi!
Fix compile errors in 'safezero()' functions in util.c
Commit 70e7672184ff639856d5f2f3bf7849464031dff9 introduced some compile errors because of the unsued 'flags' parameter in all three version of the 'safezero()' function.
Ah right, those should be warnings actually, but I didn't spot the problem !
Oh, right. I'm compiling libvirt with "--enable-compile-warnings=error" Nearby, I'm running a libvirt-buildd with builds upstream GIT head once a hour, to see whats happening in the codebase, so I can safely pull it into our local development GIT. Stay tuned for patches for a new driver these days :) Ciao Max -- Follow the white penguin.
participants (2)
-
Daniel Veillard
-
Maximilian Wilhelm