Bug 159162

Summary: missing return statement
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gdmAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED CANTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-10 19:15:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2005-05-30 21:51:42 UTC
Description of problem:

I just tried to compile package gdm-2.6.0.8-16 from Redhat Fedora Core
development tree with the most excellent Intel C compiler.

The compiler said

greeter_item_throbber.c(136): warning #1011: missing return statement at end of
non-void function "greeter_item_throbber_setup"

The source code is

gboolean
greeter_item_throbber_setup (const char *theme_dir)
{

  g_free (datadir);
  datadir = g_strdup (theme_dir);

  set_throbber_visible (FALSE);
}

Suggest add return statement to the end of the routine.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthias Clasen 2006-09-10 19:15:08 UTC
greeter_item_throbber.c was part of the early-login effort, which we have since
dropped.