>> Simulate: stdlib/dtostrf-01.c atmega128 ... In file included from 
>> stdlib/dtostrf-01.c:36:0:
>> stdlib/dtostrf.h: In function 'run_dtostrf':
>> stdlib/dtostrf.h:99:8: warning: assignment discards 'const' qualifier from 
>> pointer target type [-Wdiscarded-array-qualifiers]
>>      pv = & pt->pattern;
>>         ^

> I already fixed those last night, please do "svn up".

I just updated and it's still there.  Commit 2532 got the one in
avr-libc/tests/simulate/stdlib/dtostre.h, but the one I tripped over in
dtostrf.h is still there.

(My fix also changed the variable to "const char *pp", since it's a
pointer to the pattern and "*(char *)pv++" is ugly.)

_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to