Bug 117331

Summary: wrong number of parameters in function call ?
Product: [Fedora] Fedora Reporter: d.binderman
Component: perl-DBD-PgAssignee: Warren Togami <wtogami>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-11 11:51:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description d.binderman 2004-03-02 21:31:22 UTC
Description of problem:

I just tried to compile Core2 Test1 package perl-DBD-Pg-1.31-1

The compiler said

dbdimp.c(928): warning #140: too many arguments in function call

The source code is

	if ((ret = rewrite_execute_stmt(sth, imp_sth, statement, sth)) < 0)

but in file prescan_stmt.c is 

int
rewrite_execute_stmt(sth, imp_sth, output)
        SV* sth;
        imp_sth_t *imp_sth;
        char *output;
{

Suggest drop one of the parameters.


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


How reproducible:


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


Expected results:


Additional info: