Attachment #224914|none |needs-work
status| |
--- Comment #3 from Robert Roth <
evf...@yahoo.com> 2012-09-22 21:26:08 UTC ---
Review of attachment 224914:
--> (
https://bugzilla.gnome.org/review?bug=684537&attachment=224914)
Nice work. I have marked the bug as a duplicate of bug 664524 (build system
monitor without warnings) as similar work has been started there. Your patch
however seems a lot better than my branch linked there, so I like it, however
it creates another warning in the build process :
In file included from gsm_color_button.c:35:0:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:27:2: warning: #warning
"Including <librsvg/rsvg-cairo.h> directly is deprecated." [-Wcpp]
So I guess including rsvg-cairo.h explicitly is not a good idea, it's enough to
include rsvg.h. With that minor change, it's likely that I'll accept it, as it
works as expected.