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 740190 - Void function 'gkd_login_clear_password' should not return a value
Void function 'gkd_login_clear_password' should not return a value
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-15 19:41 UTC by Ting-Wei Lan
Modified: 2014-11-20 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix "void function should not return a value" error for clang (820 bytes, patch)
2014-11-15 19:43 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-11-15 19:41:16 UTC
We should replace g_return_val_if_reached with g_return_if_reached to prevent compilation error in daemon/login/gkd-login.c when using clang.
Comment 1 Ting-Wei Lan 2014-11-15 19:43:13 UTC
Created attachment 290770 [details] [review]
Fix "void function should not return a value" error for clang
Comment 2 Stef Walter 2014-11-20 20:14:53 UTC
Thanks!

Attachment 290770 [details] pushed as f59fb06 - Fix "void function should not return a value" error for clang