Bug 164050

Summary: missing return statement
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gokAssignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact:
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: 2005-08-22 13:49:27 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-07-23 11:05:58 UTC
Description of problem:
Hello there,

I just tried to compile Redhat Fedora package
gok-1.0.5-1 with the Intel C compiler version 8.1

The compiler said

gok-keyboard.c(3089): warning #1011: missing return statement at end of non-void
function "gok_keyboard_grab_focus_if_button"

The source code is

            }
    }
}

Suggest add return statement to the end of the function.



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 2005-08-22 13:49:27 UTC
Filed upstream as http://bugzilla.gnome.org/show_bug.cgi?id=314168