This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix in clock.cxx


On Mon, 2003-09-22 at 09:47, Christoph Csebits wrote:
> hello,
> 
> compiling with powerpc-eabi-gcc (GCC) 3.2.2
> we get an error message in kernel/current/src/common/clock.cxx:404
> something like:
> 
> label must be followed by statement
> 
> the following patch is a possible solution.
> (including optimizing out the #else branch)

Does it work to just add an empty statement after the label?
For example:

  add_alarm_unlock_return: ;

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]