forked from wxMaxima-developers/wxmaxima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wxMaxima.cppcheck
69 lines (69 loc) · 2.43 KB
/
wxMaxima.cppcheck
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>cppcheck-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="src/"/>
<dir name="src/cells/"/>
<dir name="src/levenshtein/"/>
<dir name="src/utils/"/>
<dir name="src/wizards/"/>
<dir name="build/"/>
<dir name="build/examples/"/>
<dir name="/usr/include/wx-3.2"/>
</includedir>
<defines>
<define name="__cplusplus=202003L"/>
<define name="wxS(x)=x"/>
<define name="__UNIX__=x"/>
<define name="wxUSE_STL=1"/>
<define name="__cplusplus=1"/>
<define name="USE_WEBVIEW=1"/>
<define name="wxUSE_STD_IOSTREAM=1"/>
<define name="wxUSE_CONSOLE_EVENTLOOP=1"/>
<define name="wxUSE_DYNLIB_CLASS=1"/>
<define name="wxUSE_ANY=1"/>
<define name="WXK_NUMPAD_PRIOR=1"/>
<define name="WXK_NUMPAD_NEXT=1"/>
<define name="WXK_PRIOR=2"/>
<define name="WXK_NEXT=3"/>
<define name="__WXGTK__=3"/>
<define name="wxHAS_POWER_EVENTS=1"/>
<define name="wxUSE_UNICODE=1"/>
</defines>
<undefines>
<undefine>wxABORT_ON_CONFIG_ERROR</undefine>
<undefine>__APPLE__</undefine>
<undefine>USE_PRECOMP_HEADER__</undefine>
<undefine>__WXMSW__</undefine>
<undefine>__WINDOWS__</undefine>
<undefine>__CYGWIN__</undefine>
<undefine>__WXOSX__</undefine>
<undefine>__WXMAC__</undefine>
<undefine>__WXMOTIF__</undefine>
<undefine>__WXUNIVERSAL__</undefine>
</undefines>
<paths>
<dir name="src/"/>
<dir name="src/cells/"/>
<dir name="src/graphical_io/"/>
<dir name="src/utils/"/>
<dir name="src/wizards/"/>
<dir name="src/dialogs/"/>
<dir name="src/sidebars/"/>
</paths>
<suppressions>
<suppression>unusedFunction</suppression>
<suppression>useStlAlgorithm</suppression>
<suppression>missingIncludeSystem</suppression>
<suppression>ctuOneDefinitionRuleViolation</suppression>
</suppressions>
<addons>
<addon>threadsafety</addon>
</addons>
<check-level-exhaustive/>
</project>