Bug 152206 - tgif-4.1.44-6: 3 * too few arguments in function call
Summary: tgif-4.1.44-6: 3 * too few arguments in function call
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.1
: P5 - None : Normal
Target Milestone: ---
Assignee: Ladislav Michnovic
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 10:59 UTC by David Binderman
Modified: 2006-02-24 10:19 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.