This commit is contained in:
Michael R Fairhurst 2024-09-18 00:18:59 +00:00
Родитель e60c4f0a91
Коммит 863d8e4424
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,4 +31,4 @@ from File f
where
not isExcluded(f, ToolchainPackage::compilerWarningLevelNotInComplianceQuery()) and
exists(CompilationWithNoWarnings c | f = c.getAFileCompiled() | not hasResponseFileArgument(c))
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."