mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01: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