CPP: Enable implicit this warnings for remaining packs

This commit is contained in:
Kasper Svendsen
2023-06-27 11:20:08 +02:00
parent a7c2a25cac
commit d1979197c7
3 changed files with 3 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ name: codeql/cpp-downgrades
groups: cpp
downgrades: .
library: true
warnOnImplicitThis: true

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