GNOME Bugzilla – Bug 693273
Missing include, resulting in implicit declaration of function 'goa_kerberos_identity_inquiry_new'
Last modified: 2013-02-07 12:35:00 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':
Created attachment 235323 [details] [review] Fix the issue by including the right header...
Comment on attachment 235323 [details] [review] Fix the issue by including the right header... Thank you very much for the patch.