|
From: Ferdinando A. <na...@am...> - 2009-11-25 11:43:36
|
Hi Mark could you please look into these 3 warnings: warning C4100: 'LIBORRates' : unreferenced formal parameter c:\Projects\QuantLib\trunk\QuantLib\ql\models\marketmodels\pathwisediscounter.cpp 52 warning C4100: 'currentState' : unreferenced formal parameter c:\Projects\QuantLib\trunk\QuantLib\ql\models\marketmodels\products\pathwise\pathwiseproductcashrebate.cpp 90 warning C4100: 'deformationSize' : unreferenced formal parameter c:\Projects\QuantLib\trunk\QuantLib\ql\models\marketmodels\models\capletcoterminalperiodic.cpp 58 before 1.0 I'm doing some lint activity and would like to solve these issues. Those parameters might be needed (in which case there is a bug to fix) or are unneeded (in which case I would prefer to alter the signature before 1.0) thank you ciao -- Nando |