Bug 121257 - too many arguments in function call
Summary: too many arguments in function call
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gettext
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Leon Ho
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-19 19:58 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-09 00:56:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-04-19 19:58:54 UTC
Description of problem:

I just tried to compile Core2 Test2 package gettext-0.14.1-2.1

The compiler said

x-c.c(411): warning #140: too many arguments in function call

The source code is

          c = phase0_getc (fp);

But

static int
phase0_getc ()
{

Suggest drop parameter fp.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Leon Ho 2005-03-09 00:56:32 UTC
This change should be in rawhide


Note You need to log in before you can comment on or make changes to this bug.