Update of /cvsroot/mockpp/mockpp/mockpp/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16854/mockpp/tests
Modified Files:
NoException_test.cpp
Log Message:
avoid warning
Index: NoException_test.cpp
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/NoException_test.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- NoException_test.cpp 28 Dec 2005 21:29:21 -0000 1.8
+++ NoException_test.cpp 29 Dec 2005 12:07:57 -0000 1.9
@@ -126,7 +126,7 @@
template <>
-void storeMalfunctionData(const MyStruct &e)
+void storeMalfunctionData(const MyStruct &/*e*/)
{
bad_data2 = MOCKPP_PCHAR("MyStruct");
}
|