[Cppunit-cvs] cppunit/examples/hierarchy main.cpp,1.13,1.14
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2008-02-21 03:10:40
|
Update of /cvsroot/cppunit/cppunit/examples/hierarchy In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27874/examples/hierarchy 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/hierarchy/main.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** main.cpp 12 Jan 2007 05:27:05 -0000 1.13 --- main.cpp 21 Feb 2008 03:10:05 -0000 1.14 *************** *** 9,13 **** int ! main(int argc, char** argv) { CPPUNIT_NS::TextUi::TestRunner runner; --- 9,13 ---- int ! main() { CPPUNIT_NS::TextUi::TestRunner runner; |