Skip to content

Commit e8a53b8

Browse files
committed
common: tools: suppress cppcheck templateRecursion for Array
Signed-off-by: Oleksandr Grytsov <[email protected]>
1 parent 1020104 commit e8a53b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/common/tools/array.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Array : public AlgorithmItf<T, T*, const T*> {
3838
*/
3939
explicit Array(const Buffer& buffer) { SetBuffer(buffer); }
4040

41+
// cppcheck-suppress TemplateSimplifier
4142
/**
4243
* Creates array instance from C array.
4344
*

0 commit comments

Comments
 (0)