Skip to content

Commit

Permalink
refs #5167. Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Nov 29, 2012
1 parent 2d0bbb4 commit f7db5d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class NullPeaksPresenterTest : public CxxTest::TestSuite
{
NullPeaksPresenter presenter;
PeaksPresenter& base = presenter; // compile-time test for the is-a relationship
UNUSED_ARG(base);
}

/* Test individual methods on the interface */
Expand Down

0 comments on commit f7db5d0

Please sign in to comment.