Bug 164203 - too few arguments for printf format
Summary: too few arguments for printf format
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pilot-link
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-25 21:48 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-07-26 08:43:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-07-25 21:48:48 UTC
Description of problem:


I just tried to compile Redhat Fedora package
pilot-link-0.12.0-0.pre4.2 with the Intel C compiler version 8.1

The compiler said

install-memo.c:77: warning: too few arguments for format

The source code is

                fprintf(stderr,"         File `%s' is ignored.\n");

Missing parameter. Suggest add local variable "filename".


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Than Ngo 2005-07-26 08:43:14 UTC
it's fixed in 0.12.0-0.pre4.3. Thanks for your report.


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