bug-guile
[Top][All Lists]
Advanced

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

Re: compiletime error


From: Dirk Herrmann
Subject: Re: compiletime error
Date: Sun, 30 May 2004 09:49:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220

Hyperdivision wrote:

guile/guile-core/libguile/rdelim.c:204 slen may be uninitialized
(slen=0 ?)
slen is not uninitialized: It is always initialised by the call

 scm_do_read_line (port, &slen);

which is called unconditionally. I am not sure whether it would be a good
idea to add an additional (useless) initialisation to slen, since this would
seem like the value was of any importance when scm_do_read_line is
called.

With which compiler and compiler settings did you get a compiler error?

Best regards
Dirk





reply via email to

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