Skip to content

Commit

Permalink
Make the build warning clean with clang++
Browse files Browse the repository at this point in the history
  • Loading branch information
simartin committed Sep 17, 2011
1 parent 1717bda commit 21a4999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testcmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TestCmdlineParser : public TestFixture
TEST_CASE(jobs);
TEST_CASE(jobsMissingCount);
TEST_CASE(jobsInvalid);
TEST_CASE(reportProgress);
TEST_CASE(reportprogress);
TEST_CASE(stdposix);
TEST_CASE(suppressionsOld); // TODO: Create and test real suppression file
TEST_CASE(suppressions);
Expand Down Expand Up @@ -570,7 +570,7 @@ class TestCmdlineParser : public TestFixture
ASSERT_EQUALS(false, parser.ParseFromArgs(4, argv));
}

void reportProgress()
void reportprogress()
{
REDIRECT;
const char *argv[] = {"cppcheck", "--report-progress", "file.cpp"};
Expand Down

0 comments on commit 21a4999

Please sign in to comment.