Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaf00c6

Browse files
committed
C++: Fix override related warning.
1 parent 9986206 commit eaf00c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class AllocaAllocationFunction extends AllocationFunction {
112112

113113
override int getSizeArg() { result = sizeArg }
114114

115-
predicate requiresDealloc() { none() }
115+
override predicate requiresDealloc() { none() }
116116
}
117117

118118
/**

0 commit comments

Comments
 (0)