avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] New Compiler warning


From: J Wunsch
Subject: Re: [avr-gcc-list] New Compiler warning
Date: Tue Jan 23 00:36:04 2001

"Larry Barello" <address@hidden> wrote:

> I suspect the compiler is noticing that I am passing a FLASH
> reference where it expects DATA.  But I am unable to figure out the
> incantation needed to make it stop complaining.  Could someone
> enlighten me?

I don't have the latest version of the compiler here (yet), but why
don't you simply add the FLASH macro to the parameter declaration?

void lcd_putstr(char FLASH *);

-- 
J"org Wunsch                                           Unix support engineer
address@hidden         http://www.interface-systems.de/~j



reply via email to

[Prev in Thread] Current Thread [Next in Thread]