Add Brian's ChangeLog entry for the warning cleanup.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@493 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
940c7ca1ac
commit
927b79c489
15
ChangeLog
15
ChangeLog
|
@ -2,6 +2,21 @@
|
||||||
|
|
||||||
* usb_libusb.c: Consistently use unsigned char for buffers.
|
* usb_libusb.c: Consistently use unsigned char for buffers.
|
||||||
|
|
||||||
|
2005-08-29 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
|
* avr910.c: Eliminate compiler warnings. GCC 4.x elicits many
|
||||||
|
signedness warnings when passing unsigned char * when char * is in
|
||||||
|
the prototype and vice versa. Clean these up along with a few
|
||||||
|
others.
|
||||||
|
* butterfly.c: (Ditto.)
|
||||||
|
* jtagmkII.c: (Ditto.)
|
||||||
|
* safemode.c: (Ditto.)
|
||||||
|
* safemode.h: (Ditto.)
|
||||||
|
* ser_posix.c: (Ditto.)
|
||||||
|
* serial.h: (Ditto.)
|
||||||
|
* stk500.c: (Ditto.)
|
||||||
|
* stk500v2.c: (Ditto.)
|
||||||
|
|
||||||
2005-08-28 Joerg Wunsch <j@uriah.heep.sax.de>
|
2005-08-28 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* avrdude.conf.in: Add support for the ATtiny25/45/85. Note that
|
* avrdude.conf.in: Add support for the ATtiny25/45/85. Note that
|
||||||
|
|
Loading…
Reference in New Issue