Make the build warning clean with clang++

This commit is contained in:
Simon Martin 2011-09-17 14:40:17 +02:00
parent 1717bda382
commit 21a4999c1b
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ private:
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);
@ -570,7 +570,7 @@ private:
ASSERT_EQUALS(false, parser.ParseFromArgs(4, argv));
}
void reportProgress()
void reportprogress()
{
REDIRECT;
const char *argv[] = {"cppcheck", "--report-progress", "file.cpp"};