cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
261 B
XML
14 lines
261 B
XML
<?xml version="1.0"?>
|
|
<suppressions>
|
|
<suppress>
|
|
<!-- d_func() in hierachies -->
|
|
<id>duplInheritedMember</id>
|
|
<fileName>src/*</fileName>
|
|
<symbolName>d_func</symbolName>
|
|
</suppress>
|
|
<!-- generic -->
|
|
<suppress>
|
|
<id>useStlAlgorithm</id>
|
|
</suppress>
|
|
</suppressions>
|