From 2b42f59641f9f41823d1e6f60d2584275509dd8f Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Tue, 30 Aug 2005 04:47:23 +0000 Subject: [PATCH] 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 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f80bec1..bc1f5f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,21 @@ * usb_libusb.c: Consistently use unsigned char for buffers. +2005-08-29 Brian S. Dean + + * 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 * avrdude.conf.in: Add support for the ATtiny25/45/85. Note that