[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2550 in lilypond: Statements that cannot be ex
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2550 in lilypond: Statements that cannot be executed may be in the code |
Date: |
Fri, 18 May 2012 22:43:52 +0000 |
Comment #1 on issue 2550 by address@hidden: Statements that cannot be
executed may be in the code
http://code.google.com/p/lilypond/issues/detail?id=2550
With the exception of the first one, those are hogwash since they flag the
construct
if (...) return ...;
further_code
which is perfectly fine. In fact, the last one is
Moment
Quote_iterator::vector_moment (int idx) const
{
SCM entry = scm_c_vector_ref (event_vector_, idx);
return *unsmob_moment (scm_caar (entry));
}
where one can't even fathom what this is supposed to be about.