GNOME Bugzilla – Bug 730558
Unused function when compiled without CK support
Last modified: 2014-05-22 14:59:44 UTC
Hello, When compiling without ConsoleKit support, I'm getting the following warning: gdm-session-worker.c:1574:1: warning: 'register_ck_session' defined but not used [-Wunused-function] register_ck_session (GdmSessionWorker *worker) ^
Created attachment 276971 [details] [review] Do not build register_ck_session() function if CK is disabled
Review of attachment 276971 [details] [review]: OK.
Comment on attachment 276971 [details] [review] Do not build register_ck_session() function if CK is disabled Committed to master