[EMAIL PROTECTED] 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");
>
>[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
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.




_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to