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