Skip to content

Commit

Permalink
refs #6449 trivial warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts authored and martyngigg committed Apr 10, 2013
1 parent a93f8de commit 917b07f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void setUp()
struct IF // if in/out formats are different we can not read different data format from it
{
public:
static void compareReadTheSame(API::IBoxControllerIO *pSaver,const std::vector<FROM> &inputData,size_t /*nEvents*/,size_t /*nColumns*/)
static void compareReadTheSame(API::IBoxControllerIO *pSaver,const std::vector<FROM> &/*inputData*/,size_t /*nEvents*/,size_t /*nColumns*/)
{
TS_ASSERT(pSaver->isOpened());
TS_ASSERT_THROWS_NOTHING(pSaver->closeFile());
Expand Down

0 comments on commit 917b07f

Please sign in to comment.