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 693273 - Missing include, resulting in implicit declaration of function 'goa_kerberos_identity_inquiry_new'
Missing include, resulting in implicit declaration of function 'goa_kerberos_...
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: Kerberos
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-02-06 18:34 UTC by Dominique Leuenberger
Modified: 2013-02-07 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the issue by including the right header... (744 bytes, patch)
2013-02-06 18:35 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2013-02-06 18:34:11 UTC
Building g-o-a 3.7.5, I see this warning in the build log:

[   15s] goakerberosidentity.c: In function 'on_kerberos_inquiry':
[   15s] goakerberosidentity.c:1045:3: warning: implicit declaration of function 'goa_kerberos_identity_inquiry_new' [-Wimplicit-function-declaration]
[   15s] goakerberosidentity.c:1045:3: warning: nested extern declaration of 'goa_kerberos_identity_inquiry_new' [-Wnested-externs]
[   15s] goakerberosidentity.c:1045:11: warning: assignment makes pointer from integer without a cast [enabled by default]
[   15s] goakerberosidentitymanager.c: In function 'remove_identity':
Comment 1 Dominique Leuenberger 2013-02-06 18:35:25 UTC
Created attachment 235323 [details] [review]
Fix the issue by including the right header...
Comment 2 Debarshi Ray 2013-02-07 12:34:52 UTC
Comment on attachment 235323 [details] [review]
Fix the issue by including the right header...

Thank you very much for the patch.