avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] Testsuite (Was: How attached are people ...)


From: George Spelvin
Subject: [avr-libc-dev] Testsuite (Was: How attached are people ...)
Date: 7 Dec 2016 11:24:41 -0500

>> 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.)



reply via email to

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