#3368 closed defect (fixed)
gvfs fails to build with gcc-4.7
Reported by: | Pierre Labastie | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
There is a patch at http://git.gnome.org/browse/gvfs/patch/?id=01161473ed33ee682f340e6f12edcba5334475e0
I think the following sed is enough:
sed -i 's/g_clear_object (info)/g_clear_object (\&info)/' \ daemon/gvfsafpvolume.c
Note:
See TracTickets
for help on using tickets.
Fixed in r10200