mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: Fix all prepareQueries errors and warnings
With these changes we can run `odasa prepareQueries --check-only --fail-on-warnings` on the C++ query directory. Two changes were needed: 1. The `Metrics/queries.xml` file had to be deleted. It existed because the built distribution has a different file layout, where `Metrics` is moved to the top-level query dir `odasa-cpp-metrics`. Since internal PR 28230 this file is created as needed as part of the dist build process, so it doesn't need to be checked in with the sources. 2. All uses of the `deprecated` and stubbed-out Objective C classes were removed.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<queries language="cpp"/>
|
||||
Reference in New Issue
Block a user