Skip to content

Commit 125bfde

Browse files
jketemalcartey
authored andcommitted
Fix NULLMacro deprecation warning
1 parent 68dc174 commit 125bfde

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
@@ -857,7 +857,7 @@ class TSSCreateFunctionCall extends ThreadSpecificStorageFunctionCall {
857857
TSSCreateFunctionCall() { getTarget().getName() = "tss_create" }
858858

859859
predicate hasDeallocator() {
860-
not exists(MacroInvocation mi, NULLMacro nm |
860+
not exists(MacroInvocation mi, NullMacro nm |
861861
getArgument(1) = mi.getExpr() and
862862
mi = nm.getAnInvocation()
863863
)

0 commit comments

Comments
 (0)