Make the build warning clean with clang++
This commit is contained in:
parent
1717bda382
commit
21a4999c1b
|
@ -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"};
|
||||
|
|
Loading…
Reference in New Issue