Update of /cvsroot/cppunit/cppunit/examples/money
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27874/examples/money
Modified Files:
MoneyApp.cpp
Log Message:
Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].
Index: MoneyApp.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/money/MoneyApp.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MoneyApp.cpp 25 Jun 2004 10:41:27 -0000 1.4
--- MoneyApp.cpp 21 Feb 2008 03:10:05 -0000 1.5
***************
*** 5,9 ****
! int main(int argc, char* argv[])
{
// Get the top level suite from the registry
--- 5,9 ----
! int main()
{
// Get the top level suite from the registry
|