Bug 115163

Summary: too many parameters ?
Product: [Fedora] Fedora Reporter: d.binderman
Component: memprofAssignee: Søren Sandmann Pedersen <sandmann>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: kem
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: 2006-04-22 04:50:04 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-02-07 14:20:08 UTC
Description of problem:

I just tried to compile package memprof-0.5.1-3 from Fedora.

The compiler said

1.

memintercept.c(438): warning #140: too many arguments in function call

The source code is

        if (!check_init ("__libc_realloc"))

but, earlier in the file

static int
check_init ()
{

I'm not sure what a good fix for this would be.



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


How reproducible:


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


Expected results:


Additional info:

Comment 1 John Thacker 2006-04-22 04:50:04 UTC
It's a warning, not a bug or error.  Not going to patch upstream source to
eliminate a harmless warning.