--- libaitrpc/src/cli.c 2013/08/23 13:38:05 1.17.2.3 +++ libaitrpc/src/cli.c 2013/08/23 13:39:00 1.17.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.17.2.3 2013/08/23 13:38:05 misho Exp $ +* $Id: cli.c,v 1.17.2.4 2013/08/23 13:39:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -328,7 +328,7 @@ rpc_pkt_Receive(int sock, int type, sockaddr_t * __res continue; } - /* compiler optimize loop if while(0) and stop working 'continue' */ + /* compiler optimize loop if while(0) and stop working 'continue' on some platforms */ break; } while (42);