Bug 135613 - xtetris-2.6-1015: 2 * too few arguments for function
Summary: xtetris-2.6-1015: 2 * too few arguments for function
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: All SuSE Linux 10.0
: P5 - None : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-27 18:05 UTC by David Binderman
Modified: 2005-11-28 18:15 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 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.