[Xorp-cvs] XORP cvs commit: xorp/bgp

Pavlin Radoslavov pavlin@icir.org
Tue, 21 Jun 2005 00:01:17 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-06-21 00:01:17 UTC

XORP CVS repository


Modified files:
	bgp           route_table_nhlookup.cc 

Log message:
	Add XLOG_UNREACHABLE() at the end of a method that contains the following
	block:
	
	    if (...) {
	        ...
	        return ...;
	    } else {
	        ...
	        return ...;
	    }
	
	This is needed to pacify the gcc-4.0 compiler on MacOS X 10.4

Revision  Changes                              Path
1.17      +2 -1;  commitid: 940042b758547ea6;  xorp/bgp/route_table_nhlookup.cc