Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-02-18 07:39:20 +00:00
parent 2136238908
commit b7593457bc
5 changed files with 7 additions and 39 deletions

View File

@@ -600,7 +600,7 @@ int gdb_get_packet_inner(connection_t *connection, char *buffer, int *len)
int checksum_ok;
int checksum_ok = 0;
/* explicit code expansion here to get faster inlined code in -O3 by not
* calculating checksum
*/