-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdisplay.cppcheck
More file actions
27 lines (27 loc) · 937 Bytes
/
display.cppcheck
File metadata and controls
27 lines (27 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>display-cppcheck-build-dir</builddir>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<max-ctu-depth>2</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<includedir>
<dir name="include/"/>
</includedir>
<paths>
<dir name="src"/>
<dir name="examples"/>
</paths>
<defines>
<define name="__arm__"/>
</defines>
<suppressions>
<suppression>knownConditionTrueFalse</suppression>
<suppression>unusedPrivateFunction</suppression>
<suppression>unusedFunction</suppression>
<suppression>missingInclude</suppression>
<suppression>missingIncludeSystem</suppression>
</suppressions>
<project-name>display</project-name>
</project>