mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: Fix override related warning.
This commit is contained in:
@@ -112,7 +112,7 @@ class AllocaAllocationFunction extends AllocationFunction {
|
||||
|
||||
override int getSizeArg() { result = sizeArg }
|
||||
|
||||
predicate requiresDealloc() { none() }
|
||||
override predicate requiresDealloc() { none() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user