Merge pull request #13574 from kaspersv/kaspersv/cpp-remaining-implicit-this

CPP: Enable implicit this warnings for remaining packs
This commit is contained in:
Kasper Svendsen
2023-06-27 16:56:28 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ groups:
- examples
dependencies:
codeql/cpp-all: ${workspace}
warnOnImplicitThis: true

View File

@@ -6,3 +6,4 @@ dependencies:
codeql/cpp-queries: ${workspace}
extractor: cpp
tests: .
warnOnImplicitThis: true