[Mockpp-commits] mockpp/mockpp/constraint ConstraintSet.h,1.10,1.11
Brought to you by:
ewald-arnold
|
From: Ewald A. <ewa...@us...> - 2005-03-03 14:54:19
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1859/mockpp/constraint Modified Files: ConstraintSet.h Log Message: compiler warning Index: ConstraintSet.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/ConstraintSet.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ConstraintSet.h 30 Dec 2004 20:54:04 -0000 1.10 --- ConstraintSet.h 3 Mar 2005 14:54:08 -0000 1.11 *************** *** 52,56 **** */ template <typename I> // Invocation ! bool matches( const I &invocation ) { return true; --- 52,56 ---- */ template <typename I> // Invocation ! bool matches( const I & /*invocatio*/n ) { return true; |