bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing alloc.h


From: Steven J Abner
Subject: Re: missing alloc.h
Date: Sat, 17 Apr 2004 09:37:22 -0400


On Saturday, April 17, 2004, at 04:25 AM, Paul Eggert wrote:

Steven J Abner <address@hidden> writes:

warning: passing arg 2 of `chmod' with different width due to prototype

Often this warning is bogus.  I wouldn't worry about it too much,
unless you're writing code that uses ancient K&R syntax (which is what
that warning is designed for).

Thanks. I kept plugging at the code. Finally some research turned up something
about old porting. Just to see if what I found is correct:
   -Wconversion flag checks also old time matching, a prototype
   char* foo(char* boo, int coo, char doo);
causes a problem because "char" is an eight bit size instead of integer and a
   conversion happens by doo being cast from int to char.
Am I close or good enough?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]