[Xorp-cvs] XORP cvs commit: xorp/libxipc xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Mon, 29 Aug 2005 22:36:50 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-08-29 22:36:50 UTC

XORP CVS repository


Modified files:
	libxipc       finder_tcp.cc 
	libxorp       asyncio.cc random.c test_asyncio.cc 

Log message:
	* Replace "(void)foo" with "UNUSED(foo)" as a guard against
	  potentially unused variables, because the latter is how it is done
	  elsewhere in XOPR, and because it is easier to search for.
	
	* Add missing include "libxorp/xorp.h" that is needed if we want
	  to use UNUSED(foo).

Revision  Changes                             Path
1.24      +3 -3;  commitid: 6b543138d4b7ea6;  xorp/libxipc/finder_tcp.cc
1.19      +2 -2;  commitid: 6b543138d4b7ea6;  xorp/libxorp/asyncio.cc
1.3       +4 -2;  commitid: 6b543138d4b7ea6;  xorp/libxorp/random.c
1.10      +2 -2;  commitid: 6b543138d4b7ea6;  xorp/libxorp/test_asyncio.cc