After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690989 - "warning: copying delegates is discouraged"
"warning: copying delegates is discouraged"
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-02 09:26 UTC by Guillaume Desmottes
Modified: 2013-01-02 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2013-01-02 09:26:19 UTC
I get this build error with folks master (c3257f777072b0d83e6cd5bc4e1a30b317414721) :

Making all in lib
  CC       libtp_lowlevel_la-tp-lowlevel.lo
  CC       libfolks_telepathy_la-tp-lowlevel.lo
  CCLD     libtp-lowlevel.la
  GISCAN tp-lowlevel.gir
  GEN      tp-lowlevel.vapi
Generation succeeded - 0 warning(s)
  VALAC    libfolks_telepathy_la_vala.stamp
tpf-logger.vala:112.25-112.34: warning: copying delegates is discouraged
Compilation failed: 0 error(s), 1 warning(s)
Comment 1 Philip Withnall 2013-01-02 16:02:22 UTC
commit 9ddf50ae8b3042cea6fb7d060c16e68231783c07
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jan 2 15:35:02 2013 +0000

    Bug 690989 — "warning: copying delegates is discouraged"
    
    Fix a warning introduced by commit 7088fbafafd3e75f02266aa8b093d69660311b36.
    Whoops.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=690989

 NEWS                                   | 1 +
 backends/telepathy/lib/tpf-logger.vala | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)