Merge pull request #34 from simartin/clang_build
Make the build warning clean with clang++
This commit is contained in:
commit
9e8a3f33f8
|
@ -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"};
|
||||
|
|
Loading…
Reference in New Issue