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 680976 - cannot compile with gcc with support for -Werror - wrong usage of -Werror in a few places
cannot compile with gcc with support for -Werror - wrong usage of -Werror in ...
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: general
git master
Other Linux
: Normal major
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-01 12:49 UTC by Alban Browaeys
Modified: 2012-08-04 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix wrong uss of -Werror in a few places (1.32 KB, patch)
2012-08-01 12:49 UTC, Alban Browaeys
accepted-commit_now Details | Review

Description Alban Browaeys 2012-08-01 12:49:22 UTC
Created attachment 220057 [details] [review]
fix wrong uss of -Werror in a few places

-Werror makes no sense for "extra" and "no-*". Patch fixes those uses. Build breaks with:
make[4] : on entre dans le répertoire « /home/prahal/checkout/gnome/folks/backends/telepathy/lib »
  CC     libtp_lowlevel_la-tp-lowlevel.lo
  CC     libfolks_telepathy_la-tp-lowlevel.lo
cc1: error: -Werror=no-missing-field-initializers: no option -Wno-missing-field-initializers
cc1: error: -Werror=no-unused-parameter: no option -Wno-unused-parameter
Comment 1 Philip Withnall 2012-08-03 20:14:41 UTC
Review of attachment 220057 [details] [review]:

Whoops. Please commit to master. Thanks.
Comment 2 Matthias Clasen 2012-08-04 15:57:52 UTC
I've pushed this to get folks closer to building - still not quite there yet, unfortunately.