bug-cvs
[Top][All Lists]
Advanced

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

Re: Make error


From: Derek Robert Price
Subject: Re: Make error
Date: Mon, 29 Jul 2002 10:23:16 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606

melissa.fielding@highmark.com wrote:

Sorry about the MIME stuff.  I didn't know I was even sending anything like
that!
I wasn't sure what line 700 was for src/filesubr.c, so I vi'ed the file and
did a ":700" to get to line 700 in the script.  I hope this is what you
were referring to.

Line 700 is the following:

retval = tempnam (Tmpdir, "cvs");


I also included some of the surrounding lines:

cvs_temp_name ()
{
   char *retval;

   retval = tempnam (Tmpdir, "cvs");
   if (retval == NULL)
error (1, errno, "cannot generate temporary filename");

melissa.fielding@highmark.com writes:
There aren't any errors, just some warnings.  Most of them seem
innocuous, but I'm a bit concerned by:

"filesubr.c", line 700: warning: improper pointer/integer combination: op
"="

What function prototypes do you see when you `man -a tempnam'?

Derek

--
               *8^)

Email: derek@ximbiot.com
Public key available from www.keyserver.net - Key ID 5ECF1609
Fingerprint 511D DCD9 04CE 48A9 CC07  A421 BFBF 5CC2 56A6 AB0E

Get CVS support at http://ximbiot.com
--
My karma ran over my dogma.






reply via email to

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