This commit is contained in:
Owen Mansel-Chan
2026-06-10 22:57:08 +02:00
parent c732bd6613
commit f54debd65a
789 changed files with 4114 additions and 3807 deletions

View File

@@ -1 +1,2 @@
Critical/DeadCodeFunction.ql
query: Critical/DeadCodeFunction.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -2,7 +2,7 @@
static void usedByUnused() {
}
static void unused() {
static void unused() { // $ Alert
usedByUnused();
}