[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] warning in compilation of language
Till Bovermann <tboverma@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> But this means, we could avoid the warning by simply defining the
> vars outside of the function, right?
That is of course possible, but not very esthetic. When programming,
I actually prefer to declare variables only in the scope they are
going to be used in to increase readability. A way to make the warning
go away would be nice.
> Could someone please do so?
I will do so, if the warning can't be made to go away otherwise.
--
CYa,
Mario