Bug 152206

Summary: tgif-4.1.44-6: 3 * too few arguments in function call
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: BasesystemAssignee: Ladislav Michnovic <lmichnovic>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.1   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2006-02-20 10:59:14 UTC
I just tried to compile package tgif-4.1.44-6 with the Intel C compiler.

It said

1.

convxim.c(316): warning #165: too few arguments in function call

The source code is

	XIMClose();

but

static
void XIMClose(win)
   Window win;
{

This is a known bug in the GNU C compiler. Suggest upgrade prototype
to full ISO C.

static
void XIMClose( Window win)
{

2.

exec.c(9033): warning #165: too few arguments in function call
tgtwb5dl.c(942): warning #165: too few arguments in function call

Duplicates.
Comment 1 Ladislav Michnovic 2006-02-20 11:23:02 UTC
Thank you for reporting the bug. I'll fix it. 
Comment 2 Ladislav Michnovic 2006-02-24 10:19:44 UTC
I fixed the problematic code and submited the packages.