Skip to content

Commit d75bda6

Browse files
committed
Fix NULLMacro deprecation warning
1 parent dd39c94 commit d75bda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Concurrency.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ class TSSCreateFunctionCall extends ThreadSpecificStorageFunctionCall {
852852
TSSCreateFunctionCall() { getTarget().getName() = "tss_create" }
853853

854854
predicate hasDeallocator() {
855-
not exists(MacroInvocation mi, NULLMacro nm |
855+
not exists(MacroInvocation mi, NullMacro nm |
856856
getArgument(1) = mi.getExpr() and
857857
mi = nm.getAnInvocation()
858858
)

0 commit comments

Comments
 (0)