Merge pull request #34 from simartin/clang_build

Make the build warning clean with clang++
This commit is contained in:
Kimmo Varis 2011-09-17 12:34:17 -07:00
commit 9e8a3f33f8
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(reportProgressTest); // "Test" suffix to avoid hiding the parent's 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 reportProgressTest()
{
REDIRECT;
const char *argv[] = {"cppcheck", "--report-progress", "file.cpp"};