[Compbench-devel] CompBenchmarks++/compbenchmarks-plan cloptions.cpp, 1.11, 1.12
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-16 18:50:03
|
Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20816 Modified Files: cloptions.cpp Log Message: Option analyzis messages has been revisited. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan/cloptions.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** cloptions.cpp 10 Sep 2007 19:42:41 -0000 1.11 --- cloptions.cpp 16 Sep 2007 18:49:58 -0000 1.12 *************** *** 823,828 **** if (O->add(B, option)) { storePlan(P, planFileName); - } else { - cbmUI->outputKO("Operation interrupted; can't add option(s)"); } delete(O); --- 823,826 ---- |