I just found out that the "wakeup" keyword is now working (latest win32
build).  I had the same "ignored" warning as you, but you can use the
wakeup keyword in the IRQ definition and it works just fine!
Here's an example of basic timer:
interrupt (BASICTIMER_VECTOR) wakeup BasicTimerIRQ(void)
{/* No body is necessary*/}
This will generate this:
ROM:    b1 c0 f0 00 00 00       bic     #240,   0(r1)   ;#0x00f0
ROM:    00 13                   reti
This keyword was previously ignored (apparently)
Hope this helps
-Mark Stokes


-----Original Message-----
From: mspgcc-users-ad...@lists.sourceforge.net
[mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of Dmitry
Sent: Tuesday, February 11, 2003 2:09 AM
To: mspgcc-users@lists.sourceforge.net
Subject: Re: [Mspgcc-users] warning: concatenation of string literals
with __FUNCTION__ is deprecated


No alternatives yet.
Just ignore the warning.

~d

On Tuesday 11 February 2003 06:44, John Coffey wrote:
> When compiling I get the following warning
>
> timer.c:101: warning: concatenation of string literals with
__FUNCTION__ is
> deprecated
>
> I'm using the _BIC_SR_IRQ(x) macro in iomacros.h
>
> What are the alternatives ?
>
> Regards
>
> John Coffey
>
>
>
> ____
> This communication contains information which is confidential and the
> copyright of Nautronix.
>
> If you are not the intended recipient of this communication please
delete
> and destroy all copies and advise Nautronix immediately. If you are
the
> intended recipient of this communication you should not copy, disclose
or
> distribute this communication without the prior authority of
Nautronix. Any
> views expressed in this Communication are those of the individual
sender,
> except where the sender specifically states them to be the views of
> Nautronix.
>
> Except as required at law, Nautronix does not represent, warrant
and/or
> guarantee that the integrity of this communication has been maintained
nor
> that the communication is free of errors, virus, interception or
> interference.
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

-- 
/********************************************************************
     ("`-''-/").___..--''"`-._     (\   Dimmy the Wild      UA1ACZ
      `6_ 6  )   `-.  (     ).`-.__.`)  Enterprise Information Sys 
      (_Y_.)'  ._   )  `._ `. ``-..-'   Nevsky prospekt,   20 / 44
    _..`--'_..-_/  /--'_.' ,'           Saint Petersburg,   Russia
   (il),-''  (li),'  ((!.-'             +7 (812)  3468202, 5585314
 ********************************************************************/



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld =omething 2 See!
http://www.vasoftware.com
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


Reply via email to