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

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

Re: [avr-gcc-list] eeprom.h error: cast from 'const uint8_t*' to 'uint8_


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] eeprom.h error: cast from 'const uint8_t*' to 'uint8_t' loses precision in c++
Date: Mon, 8 Dec 2008 22:50:28 +0100 (MET)

Bob Paddock <address@hidden> wrote:

>      EEARL =  (uint16_t)__p;
> and
>     EEARL = (uint8_t) (uint16_t)__p;
> 
> both work without error.

OK, then please file a bug report so it won't be forgotten.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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