Hi,

i've got a strange problem with _BIC_SR_IRQ: With the file tmp.c with only this 
include and foo function:

#include <io.h>
void foo (void)
{
  _BIC_SR_IRQ (LPM4_bits); 
}

and this command line

msp430-gcc -mmcu=msp430x168 -O2 -Wall -g  -c -o tmp.o tmp.c

the warning 

tmp.c: In function `foo':
tmp.c:4: warning: concatenation of string literals with __FUNCTION__ is 
deprecated

is produced.

Any ideas?

Regards,

Rolf


Reply via email to