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:
joerg_wunsch 2005-08-30 04:47:23 +00:00
parent 0f725dd0b0
commit 2b42f59641
1 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,21 @@
* 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>
* avrdude.conf.in: Add support for the ATtiny25/45/85. Note that