GNOME Bugzilla – Bug 641164
Fix various gcc warnings
Last modified: 2011-02-02 10:13:00 UTC
This patch serie fixes warnings found when packaging at-spi2-core 1.91.x on openSUSE 11.3
Created attachment 179807 [details] [review] Add missing standard headers
Created attachment 179808 [details] [review] Add missing return values
Created attachment 179809 [details] [review] Ensure variable is initialized
Comment on attachment 179809 [details] [review] Ensure variable is initialized All of these look fine; thanks for the patches. (I'm assuming you have commit access on git.gnome.org)
Attachment 179807 [details] pushed as 3cd7ebf - Add missing standard headers Attachment 179808 [details] pushed as cfac92c - Add missing return values Attachment 179809 [details] pushed as 68fd6e9 - Ensure variable is initialized
Created attachment 179849 [details] [review] registryd fix. Fyi, I didn't review that patch carefully enough--signal_filter was returning the wrong value for non-signals, so at-spi2-registryd would not process any method calls. If you apply these patches in a package, then please apply this one on top of the others.
oops, sorry about that, I wasn't 100% sure on the return value to use. I've grabbed your patch for openSUSE until a new release is done with it.