Bug 135613

Summary: xtetris-2.6-1015: 2 * too few arguments for function
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: OtherAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2005-11-27 18:05:03 UTC
I just tried to compile package xtetris-2.6-1015 with the Intel C compiler

It said

1.

notify.c(123): warning #165: too few arguments in function call

The source code is

      end_game();

but

void end_game(w, event, pars, npars)
  Widget w;
  XEvent *event;
  String *pars;
  Cardinal *npars;
{

This is a known bug in the GNU C compiler. 
Suggest xtetris code rework.

2.

notify.c(131): warning #165: too few arguments in function call

The source code is

      show_score();

Duplicate.

It also appears that the email address of the author is broken 
[ dgreen@cs.ucla.edu]
Comment 1 Martin Lasarsch 2005-11-28 11:28:55 UTC
please report such bugs upstream, thanks.

forwarded the wrong email to the maintainer, thanks.

freshmeat shows this email:
xtetris [at] cs [dot] ucla [dot] edu
Comment 2 David Binderman 2005-11-28 18:15:11 UTC
(In reply to comment #1)
> freshmeat shows this email:
> xtetris [at] cs [dot] ucla [dot] edu

I tried that email address, and it didn't seem to work either.

It looks like this bug report goes to /dev/null, unless
someone picks it up.