mirror of
https://github.com/hohn/codeql-lab.git
synced 2026-05-06 02:05:09 +02:00
Avoid deprecation message in sample query
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
|
||||
import cpp
|
||||
|
||||
from Block b
|
||||
from BlockStmt b
|
||||
where b.getNumStmt() = 0
|
||||
select b, "This is an empty block."
|
||||
select b, "This is an empty block."
|
||||
|
||||
Reference in New Issue
Block a user