C++: Fix warning from compile-query.

This commit is contained in:
Cornelius Riemenschneider
2021-06-28 12:19:45 +02:00
parent db4c8dfd3c
commit e821b8be99

View File

@@ -1,7 +1,7 @@
/**
* @name Failed extractor invocations
* @description Gives the command line of compilations for which extraction did not run to completion.
* @kind diagnostic
* @kind table
* @id cpp/diagnostics/failed-extractor-invocations
*/
@@ -19,4 +19,4 @@ string describe(Compilation c) {
from Compilation c
where not c.normalTermination()
select c, "Extraction aborted for " + describe(c), 2
select c, "Extraction aborted for " + describe(c)