-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.splintrc
61 lines (56 loc) · 1.11 KB
/
.splintrc
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
-I/usr/local/include
-I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include
-D__restrict__=
-D__uint128_t=uint64_t
-D__int128_t=int64_t
-Dgcry_mpi_t=int*
-Dgcry_error_t=int
-Dgcry_sexp_t=struct{}
-DOtrlPrivKey=struct{}
-DOtrlMessageAppOps=struct{}
-DConnContext=struct{}
-DOtrlUserState=struct{}
-DOtrlInsTag=struct{}
-DOtrlPolicy=int
-DOtrlErrorCode=int
-DOtrlSMPEvent=int
-DOtrlMessageEvent=int
-DOtrlConvertType=int
-DOtrlTLV=struct{}
-DFingerprint=struct{}
-linelen 160
+trytorecover
+posixlib
+skip-posix-headers
+stats
-booltype otrng_bool
-booltrue otrng_true
-boolfalse otrng_false
# These are temporary suppressions of different issues so we don't have a lot of noice
# In order to work on this, comment one of them away, and work on the things exposed
# If it REALLY should be suppressed, put it somewhere else in this file
+boolint
+voidabstract
+matchanyintegral
-branchstate
-compdef
-compdestroy
-compmempass
-exportlocal
-fixedformalarray
-globstate
-mayaliasunique
-mustfreefresh
-mustfreeonly
-noeffect
-nullpass
-nullret
-nullderef
-nullstate
-statictrans
-temptrans
-type
-unqualifiedtrans
-unrecog
-usereleased