-
Notifications
You must be signed in to change notification settings - Fork 0
/
cppcheck.txt
412 lines (412 loc) · 26.2 KB
/
cppcheck.txt
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
Checking keepassx/src/autotype/AutoType.cpp...
1/108 files checked 2% done
Checking keepassx/src/autotype/AutoTypeAction.cpp...
[keepassx/src/autotype/AutoTypeAction.h:28]: (information) The code 'class KEEPASSX_EXPORT AutoTypeAction {' is not handled. You can use -I or --include to add handling of this code.
[keepassx/src/autotype/AutoTypeAction.h:36]: (information) The code 'class KEEPASSX_EXPORT AutoTypeChar :' is not handled. You can use -I or --include to add handling of this code.
[keepassx/src/autotype/AutoTypeAction.h:46]: (information) The code 'class KEEPASSX_EXPORT AutoTypeKey :' is not handled. You can use -I or --include to add handling of this code.
[keepassx/src/autotype/AutoTypeAction.h:56]: (information) The code 'class KEEPASSX_EXPORT AutoTypeDelay :' is not handled. You can use -I or --include to add handling of this code.
[keepassx/src/autotype/AutoTypeAction.h:66]: (information) The code 'class KEEPASSX_EXPORT AutoTypeClearField :' is not handled. You can use -I or --include to add handling of this code.
[keepassx/src/autotype/AutoTypeAction.h:74]: (information) The code 'class KEEPASSX_EXPORT AutoTypeExecutor {' is not handled. You can use -I or --include to add handling of this code.
2/108 files checked 2% done
Checking keepassx/src/autotype/AutoTypeSelectDialog.cpp...
3/108 files checked 2% done
Checking keepassx/src/autotype/AutoTypeSelectView.cpp...
4/108 files checked 3% done
Checking keepassx/src/autotype/ShortcutWidget.cpp...
5/108 files checked 3% done
Checking keepassx/src/autotype/WildcardMatcher.cpp...
6/108 files checked 3% done
Checking keepassx/src/autotype/WindowSelectComboBox.cpp...
7/108 files checked 4% done
Checking keepassx/src/autotype/test/AutoTypeTest.cpp...
8/108 files checked 4% done
Checking keepassx/src/autotype/x11/AutoTypeX11.cpp...
[keepassx/src/autotype/x11/AutoTypeX11.cpp:526]: (style) The scope of the variable 'inx' can be reduced.
[keepassx/src/autotype/x11/AutoTypeX11.cpp:609]: (style) The scope of the variable 'phase' can be reduced.
[keepassx/src/autotype/x11/AutoTypeX11.cpp:609]: (style) The scope of the variable 'inx' can be reduced.
9/108 files checked 8% done
Checking keepassx/src/core/ArgumentParser.cpp...
10/108 files checked 8% done
Checking keepassx/src/core/AutoTypeAssociations.cpp...
11/108 files checked 8% done
Checking keepassx/src/core/Config.cpp...
Checking keepassx/src/core/Config.cpp: Q_OS_UNIX...
12/108 files checked 9% done
Checking keepassx/src/core/Database.cpp...
13/108 files checked 10% done
Checking keepassx/src/core/DatabaseIcons.cpp...
14/108 files checked 10% done
Checking keepassx/src/core/Endian.cpp...
15/108 files checked 11% done
Checking keepassx/src/core/Entry.cpp...
16/108 files checked 13% done
Checking keepassx/src/core/EntryAttachments.cpp...
17/108 files checked 13% done
Checking keepassx/src/core/EntryAttributes.cpp...
18/108 files checked 14% done
Checking keepassx/src/core/FilePath.cpp...
[keepassx/src/core/FilePath.h:39]: (style) Unused private function: 'FilePath::testSetDir'
Checking keepassx/src/core/FilePath.cpp: QT_DEBUG...
Checking keepassx/src/core/FilePath.cpp: Q_OS_MAC...
Checking keepassx/src/core/FilePath.cpp: Q_OS_UNIX...
Checking keepassx/src/core/FilePath.cpp: Q_OS_WIN...
19/108 files checked 15% done
Checking keepassx/src/core/Group.cpp...
20/108 files checked 17% done
Checking keepassx/src/core/Metadata.cpp...
21/108 files checked 18% done
Checking keepassx/src/core/PasswordGenerator.cpp...
22/108 files checked 19% done
Checking keepassx/src/core/SignalMultiplexer.cpp...
23/108 files checked 20% done
Checking keepassx/src/core/TimeDelta.cpp...
24/108 files checked 20% done
Checking keepassx/src/core/TimeInfo.cpp...
25/108 files checked 20% done
Checking keepassx/src/core/Tools.cpp...
[keepassx/src/core/Tools.cpp:199]: (style) The scope of the variable 'timeLeft' can be reduced.
Checking keepassx/src/core/Tools.cpp: HAVE_PR_SET_DUMPABLE...
[keepassx/src/core/Tools.cpp:225] -> [keepassx/src/core/Tools.cpp:229]: (performance) Variable 'success' is reassigned a value before the old one has been used.
Checking keepassx/src/core/Tools.cpp: HAVE_PT_DENY_ATTACH...
Checking keepassx/src/core/Tools.cpp: HAVE_RLIMIT_CORE...
[keepassx/src/core/Tools.cpp:225] -> [keepassx/src/core/Tools.cpp:234]: (performance) Variable 'success' is reassigned a value before the old one has been used.
Checking keepassx/src/core/Tools.cpp: Q_OS_UNIX...
Checking keepassx/src/core/Tools.cpp: Q_OS_WIN...
Checking keepassx/src/core/Tools.cpp: Q_WS_MAC...
Checking keepassx/src/core/Tools.cpp: Q_WS_WIN...
Checking keepassx/src/core/Tools.cpp: Q_WS_X11...
26/108 files checked 21% done
Checking keepassx/src/core/Uuid.cpp...
27/108 files checked 21% done
Checking keepassx/src/core/qsavefile.cpp...
Checking keepassx/src/core/qsavefile.cpp: Q_OS_WIN...
Checking keepassx/src/core/qsavefile.cpp: open...
28/108 files checked 23% done
Checking keepassx/src/crypto/Crypto.cpp...
29/108 files checked 23% done
Checking keepassx/src/crypto/CryptoHash.cpp...
[keepassx/src/crypto/CryptoHash.h:25]: (style) 'class CryptoHash' does not have a copy constructor which is recommended since the class contains a pointer to allocated memory.
30/108 files checked 23% done
Checking keepassx/src/crypto/Random.cpp...
31/108 files checked 24% done
Checking keepassx/src/crypto/SymmetricCipher.cpp...
32/108 files checked 24% done
Checking keepassx/src/crypto/SymmetricCipherGcrypt.cpp...
33/108 files checked 25% done
Checking keepassx/src/crypto/SymmetricCipherSalsa20.cpp...
34/108 files checked 25% done
Checking keepassx/src/crypto/salsa20/salsa20.c...
Checking keepassx/src/crypto/salsa20/salsa20.c: ECRYPT_DEFAULT_SWAP...
Checking keepassx/src/crypto/salsa20/salsa20.c: ULLONG_MAX...
Checking keepassx/src/crypto/salsa20/salsa20.c: WIN32;_MSC_VER...
Checking keepassx/src/crypto/salsa20/salsa20.c: _AIX...
Checking keepassx/src/crypto/salsa20/salsa20.c: _MSC_VER...
Checking keepassx/src/crypto/salsa20/salsa20.c: _M_IX86...
Checking keepassx/src/crypto/salsa20/salsa20.c: __ALTIVEC__...
Checking keepassx/src/crypto/salsa20/salsa20.c: __INTEL_COMPILER...
Checking keepassx/src/crypto/salsa20/salsa20.c: __MMX__...
Checking keepassx/src/crypto/salsa20/salsa20.c: __SSE__...
Checking keepassx/src/crypto/salsa20/salsa20.c: __alpha...
Checking keepassx/src/crypto/salsa20/salsa20.c: __aux...
Checking keepassx/src/crypto/salsa20/salsa20.c: __cplusplus...
Checking keepassx/src/crypto/salsa20/salsa20.c: __dgux...
Checking keepassx/src/crypto/salsa20/salsa20.c: __hppa...
Checking keepassx/src/crypto/salsa20/salsa20.c: __i386...
Checking keepassx/src/crypto/salsa20/salsa20.c: __powerpc__...
Checking keepassx/src/crypto/salsa20/salsa20.c: __ppc__...
Checking keepassx/src/crypto/salsa20/salsa20.c: __sgi...
Checking keepassx/src/crypto/salsa20/salsa20.c: __sparc...
Checking keepassx/src/crypto/salsa20/salsa20.c: __ultrix...
Checking keepassx/src/crypto/salsa20/salsa20.c: __x86_64...
Checking keepassx/src/crypto/salsa20/salsa20.c: i386...
35/108 files checked 26% done
Checking keepassx/src/format/KeePass1Reader.cpp...
[keepassx/src/format/KeePass1Reader.cpp:51]: (warning) Member variable 'KeePass1Reader::m_db' is not initialized in the constructor.
[keepassx/src/format/KeePass1Reader.cpp:51]: (warning) Member variable 'KeePass1Reader::m_tmpParent' is not initialized in the constructor.
[keepassx/src/format/KeePass1Reader.cpp:51]: (warning) Member variable 'KeePass1Reader::m_device' is not initialized in the constructor.
36/108 files checked 30% done
Checking keepassx/src/format/KeePass2RandomStream.cpp...
37/108 files checked 30% done
Checking keepassx/src/format/KeePass2Reader.cpp...
[keepassx/src/format/KeePass2Reader.cpp:35]: (warning) Member variable 'KeePass2Reader::m_device' is not initialized in the constructor.
[keepassx/src/format/KeePass2Reader.cpp:35]: (warning) Member variable 'KeePass2Reader::m_headerStream' is not initialized in the constructor.
[keepassx/src/format/KeePass2Reader.cpp:35]: (warning) Member variable 'KeePass2Reader::m_headerEnd' is not initialized in the constructor.
[keepassx/src/format/KeePass2Reader.cpp:35]: (warning) Member variable 'KeePass2Reader::m_db' is not initialized in the constructor.
38/108 files checked 32% done
Checking keepassx/src/format/KeePass2Writer.cpp...
39/108 files checked 32% done
Checking keepassx/src/format/KeePass2XmlReader.cpp...
[keepassx/src/format/KeePass2XmlReader.cpp:33]: (warning) Member variable 'KeePass2XmlReader::m_tmpParent' is not initialized in the constructor.
40/108 files checked 37% done
Checking keepassx/src/format/KeePass2XmlWriter.cpp...
41/108 files checked 39% done
Checking keepassx/src/gui/AboutDialog.cpp...
42/108 files checked 39% done
Checking keepassx/src/gui/Application.cpp...
Checking keepassx/src/gui/Application.cpp: Q_WS_X11...
43/108 files checked 39% done
Checking keepassx/src/gui/ChangeMasterKeyWidget.cpp...
44/108 files checked 40% done
Checking keepassx/src/gui/Clipboard.cpp...
Checking keepassx/src/gui/Clipboard.cpp: Q_OS_UNIX...
45/108 files checked 40% done
Checking keepassx/src/gui/DatabaseOpenWidget.cpp...
46/108 files checked 41% done
Checking keepassx/src/gui/DatabaseSettingsWidget.cpp...
47/108 files checked 42% done
Checking keepassx/src/gui/DatabaseTabWidget.cpp...
48/108 files checked 44% done
Checking keepassx/src/gui/DatabaseWidget.cpp...
49/108 files checked 47% done
Checking keepassx/src/gui/DialogyWidget.cpp...
Checking keepassx/src/gui/DialogyWidget.cpp: Q_OS_MAC...
50/108 files checked 48% done
Checking keepassx/src/gui/DragTabBar.cpp...
51/108 files checked 48% done
Checking keepassx/src/gui/EditWidget.cpp...
52/108 files checked 48% done
Checking keepassx/src/gui/EditWidgetIcons.cpp...
53/108 files checked 50% done
Checking keepassx/src/gui/EditWidgetProperties.cpp...
54/108 files checked 50% done
Checking keepassx/src/gui/FileDialog.cpp...
55/108 files checked 50% done
Checking keepassx/src/gui/IconModels.cpp...
56/108 files checked 51% done
Checking keepassx/src/gui/KeePass1OpenWidget.cpp...
57/108 files checked 51% done
Checking keepassx/src/gui/LineEdit.cpp...
58/108 files checked 51% done
Checking keepassx/src/gui/MainWindow.cpp...
Checking keepassx/src/gui/MainWindow.cpp: Q_OS_MAC...
59/108 files checked 54% done
Checking keepassx/src/gui/MessageBox.cpp...
60/108 files checked 55% done
Checking keepassx/src/gui/PasswordGeneratorWidget.cpp...
61/108 files checked 55% done
Checking keepassx/src/gui/SettingsWidget.cpp...
62/108 files checked 56% done
Checking keepassx/src/gui/SortFilterHideProxyModel.cpp...
63/108 files checked 56% done
Checking keepassx/src/gui/UnlockDatabaseWidget.cpp...
64/108 files checked 56% done
Checking keepassx/src/gui/WelcomeWidget.cpp...
65/108 files checked 56% done
Checking keepassx/src/gui/entry/AutoTypeAssociationsModel.cpp...
66/108 files checked 57% done
Checking keepassx/src/gui/entry/EditEntryWidget.cpp...
67/108 files checked 61% done
Checking keepassx/src/gui/entry/EntryAttachmentsModel.cpp...
68/108 files checked 62% done
Checking keepassx/src/gui/entry/EntryAttributesModel.cpp...
69/108 files checked 62% done
Checking keepassx/src/gui/entry/EntryHistoryModel.cpp...
70/108 files checked 63% done
Checking keepassx/src/gui/entry/EntryModel.cpp...
71/108 files checked 64% done
Checking keepassx/src/gui/entry/EntryView.cpp...
72/108 files checked 65% done
Checking keepassx/src/gui/group/EditGroupWidget.cpp...
73/108 files checked 65% done
Checking keepassx/src/gui/group/GroupModel.cpp...
74/108 files checked 67% done
Checking keepassx/src/gui/group/GroupView.cpp...
75/108 files checked 67% done
Checking keepassx/src/keys/CompositeKey.cpp...
76/108 files checked 68% done
Checking keepassx/src/keys/FileKey.cpp...
77/108 files checked 69% done
Checking keepassx/src/keys/PasswordKey.cpp...
78/108 files checked 69% done
Checking keepassx/src/main.cpp...
Checking keepassx/src/main.cpp: QT_NO_DEBUG...
Checking keepassx/src/main.cpp: Q_OS_MAC...
Checking keepassx/src/main.cpp: Q_WS_X11...
79/108 files checked 69% done
Checking keepassx/src/streams/HashedBlockStream.cpp...
80/108 files checked 70% done
Checking keepassx/src/streams/LayeredStream.cpp...
81/108 files checked 70% done
Checking keepassx/src/streams/StoreDataStream.cpp...
82/108 files checked 71% done
Checking keepassx/src/streams/SymmetricCipherStream.cpp...
83/108 files checked 71% done
Checking keepassx/src/streams/qtiocompressor.cpp...
[keepassx/src/streams/qtiocompressor.cpp:89]: (warning) Member variable 'QtIOCompressorPrivate::manageDevice' is not initialized in the constructor.
[keepassx/src/streams/qtiocompressor.cpp:53]: (style) 'class QtIOCompressorPrivate' does not have a copy constructor which is recommended since the class contains a pointer to allocated memory.
84/108 files checked 74% done
Checking keepassx/tests/TestArgumentParser.cpp...
85/108 files checked 75% done
Checking keepassx/tests/TestAutoType.cpp...
[keepassx/tests/TestAutoType.h:30]: (style) The class 'TestAutoType' does not have a constructor.
86/108 files checked 75% done
Checking keepassx/tests/TestCryptoHash.cpp...
87/108 files checked 75% done
Checking keepassx/tests/TestDeletedObjects.cpp...
88/108 files checked 76% done
Checking keepassx/tests/TestEntry.cpp...
89/108 files checked 77% done
Checking keepassx/tests/TestEntryModel.cpp...
90/108 files checked 78% done
Checking keepassx/tests/TestGroup.cpp...
91/108 files checked 80% done
Checking keepassx/tests/TestGroupModel.cpp...
92/108 files checked 81% done
Checking keepassx/tests/TestHashedBlockStream.cpp...
93/108 files checked 81% done
Checking keepassx/tests/TestKeePass1Reader.cpp...
[keepassx/tests/TestKeePass1Reader.h:26]: (style) The class 'TestKeePass1Reader' does not have a constructor.
94/108 files checked 83% done
Checking keepassx/tests/TestKeePass2RandomStream.cpp...
95/108 files checked 83% done
Checking keepassx/tests/TestKeePass2Reader.cpp...
96/108 files checked 84% done
Checking keepassx/tests/TestKeePass2Writer.cpp...
[keepassx/tests/TestKeePass2Writer.h:25]: (style) The class 'TestKeePass2Writer' does not have a constructor.
97/108 files checked 85% done
Checking keepassx/tests/TestKeePass2XmlReader.cpp...
[keepassx/tests/TestKeePass2XmlReader.h:26]: (style) The class 'TestKeePass2XmlReader' does not have a constructor.
98/108 files checked 87% done
Checking keepassx/tests/TestKeys.cpp...
99/108 files checked 88% done
Checking keepassx/tests/TestModified.cpp...
100/108 files checked 90% done
Checking keepassx/tests/TestQSaveFile.cpp...
Checking keepassx/tests/TestQSaveFile.cpp: Q_OS_UNIX...
Checking keepassx/tests/TestQSaveFile.cpp: Q_OS_WIN...
101/108 files checked 90% done
Checking keepassx/tests/TestRandom.cpp...
[keepassx/tests/TestRandom.h:48]: (style) Unused variable: m_backend
102/108 files checked 91% done
Checking keepassx/tests/TestSymmetricCipher.cpp...
103/108 files checked 92% done
Checking keepassx/tests/TestWildcardMatcher.cpp...
[keepassx/tests/TestWildcardMatcher.h:25]: (style) The class 'TestWildcardMatcher' does not have a constructor.
104/108 files checked 92% done
Checking keepassx/tests/gui/TestGui.cpp...
[keepassx/tests/gui/TestGui.h:30]: (style) The class 'TestGui' does not have a constructor.
105/108 files checked 95% done
Checking keepassx/tests/gui/TestGuiPixmaps.cpp...
106/108 files checked 96% done
Checking keepassx/tests/modeltest.cpp...
107/108 files checked 99% done
Checking keepassx/utils/kdbx-extract.cpp...
108/108 files checked 100% done
Checking usage of global functions..
[keepassx/src/crypto/salsa20/salsa20.c:123]: (style) The function 'ECRYPT_decrypt_bytes' is never used.
[keepassx/src/crypto/salsa20/salsa20.c:58]: (style) The function 'ECRYPT_init' is never used.
[keepassx/src/crypto/salsa20/salsa20.c:128]: (style) The function 'ECRYPT_keystream_bytes' is never used.
[keepassx/tests/TestQSaveFile.cpp:88]: (style) The function 'autoFlush' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:257]: (style) The function 'cleanupTestCase' is never used.
[keepassx/src/gui/MainWindow.cpp:399]: (style) The function 'closeEvent' is never used.
[keepassx/src/crypto/SymmetricCipher.cpp:36]: (style) The function 'createBackend' is never used.
[keepassx/src/core/SignalMultiplexer.cpp:30]: (style) The function 'currentObject' is never used.
[keepassx/src/gui/SortFilterHideProxyModel.cpp:33]: (style) The function 'filterAcceptsColumn' is never used.
[keepassx/src/crypto/SymmetricCipherGcrypt.cpp:37]: (style) The function 'gcryptAlgo' is never used.
[keepassx/src/crypto/SymmetricCipherGcrypt.cpp:52]: (style) The function 'gcryptMode' is never used.
[keepassx/tests/TestAutoType.cpp:32]: (style) The function 'initTestCase' is never used.
[keepassx/src/streams/qtiocompressor.cpp:301]: (style) The function 'isGzipSupported' is never used.
[keepassx/src/autotype/ShortcutWidget.cpp:72]: (style) The function 'keyReleaseEvent' is never used.
[keepassx/src/core/qsavefile.cpp:431]: (style) The function 'readLineData' is never used.
[keepassx/src/core/Endian.cpp:128]: (style) The function 'readUInt64' is never used.
[keepassx/src/core/Metadata.cpp:433]: (style) The function 'removeCustomField' is never used.
[keepassx/tests/gui/TestGui.cpp:109]: (style) The function 'testAddEntry' is never used.
[keepassx/tests/TestSymmetricCipher.cpp:79]: (style) The function 'testAes256CbcDecryption' is never used.
[keepassx/tests/TestSymmetricCipher.cpp:33]: (style) The function 'testAes256CbcEncryption' is never used.
[keepassx/tests/TestGroup.cpp:402]: (style) The function 'testAndConcatenationInSearch' is never used.
[keepassx/tests/TestKeePass2Writer.cpp:89]: (style) The function 'testAttachments' is never used.
[keepassx/tests/TestEntryModel.cpp:104]: (style) The function 'testAttachmentsModel' is never used.
[keepassx/tests/TestEntryModel.cpp:147]: (style) The function 'testAttributesModel' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:142]: (style) The function 'testAutoType' is never used.
[keepassx/tests/TestEntryModel.cpp:232]: (style) The function 'testAutoTypeAssociationsModel' is never used.
[keepassx/tests/TestAutoType.cpp:88]: (style) The function 'testAutoTypeWithSequence' is never used.
[keepassx/tests/TestAutoType.cpp:77]: (style) The function 'testAutoTypeWithoutSequence' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:48]: (style) The function 'testBasic' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:355]: (style) The function 'testBroken' is never used.
[keepassx/tests/TestKeePass2Reader.cpp:92]: (style) The function 'testBrokenHeaderHash' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:366]: (style) The function 'testBroken_data' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:239]: (style) The function 'testCP1252Password' is never used.
[keepassx/tests/TestGroup.cpp:433]: (style) The function 'testClone' is never used.
[keepassx/tests/gui/TestGui.cpp:276]: (style) The function 'testCloneEntry' is never used.
[keepassx/tests/TestKeys.cpp:39]: (style) The function 'testComposite' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:202]: (style) The function 'testCompositeKey' is never used.
[keepassx/tests/TestKeePass2Reader.cpp:51]: (style) The function 'testCompressed' is never used.
[keepassx/tests/TestGroup.cpp:297]: (style) The function 'testCopyCustomIcon' is never used.
[keepassx/tests/TestGroup.cpp:483]: (style) The function 'testCopyCustomIcons' is never used.
[keepassx/tests/TestEntry.cpp:41]: (style) The function 'testCopyDataFrom' is never used.
[keepassx/tests/TestKeys.cpp:115]: (style) The function 'testCreateFileKey' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:129]: (style) The function 'testCustomData' is never used.
[keepassx/tests/TestEntryModel.cpp:204]: (style) The function 'testCustomIconModel' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:115]: (style) The function 'testCustomIcons' is never used.
[keepassx/tests/TestDeletedObjects.cpp:108]: (style) The function 'testDatabaseChange' is never used.
[keepassx/tests/TestEntryModel.cpp:314]: (style) The function 'testDatabaseDelete' is never used.
[keepassx/tests/gui/TestGuiPixmaps.cpp:35]: (style) The function 'testDatabaseIcons' is never used.
[keepassx/tests/gui/TestGui.cpp:408]: (style) The function 'testDatabaseLocking' is never used.
[keepassx/tests/gui/TestGui.cpp:375]: (style) The function 'testDatabaseSettings' is never used.
[keepassx/tests/TestEntryModel.cpp:193]: (style) The function 'testDefaultIconModel' is never used.
[keepassx/tests/gui/TestGui.cpp:239]: (style) The function 'testDeleteEntry' is never used.
[keepassx/tests/TestGroup.cpp:249]: (style) The function 'testDeleteSignals' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:339]: (style) The function 'testDeletedObjects' is never used.
[keepassx/tests/TestDeletedObjects.cpp:88]: (style) The function 'testDeletedObjectsFromFile' is never used.
[keepassx/tests/TestDeletedObjects.cpp:99]: (style) The function 'testDeletedObjectsFromNewDb' is never used.
[keepassx/tests/gui/TestGui.cpp:294]: (style) The function 'testDragAndDropEntry' is never used.
[keepassx/tests/gui/TestGui.cpp:316]: (style) The function 'testDragAndDropGroup' is never used.
[keepassx/tests/gui/TestGui.cpp:84]: (style) The function 'testEditEntry' is never used.
[keepassx/tests/TestGroup.cpp:229]: (style) The function 'testEntries' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:203]: (style) The function 'testEntry1' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:265]: (style) The function 'testEntry2' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:313]: (style) The function 'testEntryHistory' is never used.
[keepassx/tests/gui/TestGuiPixmaps.cpp:57]: (style) The function 'testEntryIcons' is never used.
[keepassx/tests/TestModified.cpp:175]: (style) The function 'testEntrySets' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:172]: (style) The function 'testFileKey' is never used.
[keepassx/tests/TestKeys.cpp:150]: (style) The function 'testFileKeyError' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:194]: (style) The function 'testFileKey_data' is never used.
[keepassx/tests/TestArgumentParser.cpp:48]: (style) The function 'testFilename' is never used.
[keepassx/tests/TestArgumentParser.cpp:67]: (style) The function 'testFilenameWithoutOption' is never used.
[keepassx/tests/TestKeePass2Reader.cpp:108]: (style) The function 'testFormat200' is never used.
[keepassx/tests/TestKeePass2Reader.cpp:142]: (style) The function 'testFormat300' is never used.
[keepassx/tests/TestAutoType.cpp:99]: (style) The function 'testGlobalAutoTypeWithNoMatch' is never used.
[keepassx/tests/TestAutoType.cpp:109]: (style) The function 'testGlobalAutoTypeWithOneMatch' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:167]: (style) The function 'testGroup1' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:183]: (style) The function 'testGroup2' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:134]: (style) The function 'testGroupExpanded' is never used.
[keepassx/tests/gui/TestGuiPixmaps.cpp:101]: (style) The function 'testGroupIcons' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:138]: (style) The function 'testGroupRoot' is never used.
[keepassx/tests/TestModified.cpp:110]: (style) The function 'testGroupSets' is never used.
[keepassx/tests/TestModified.cpp:290]: (style) The function 'testHistoryItem' is never used.
[keepassx/tests/TestEntry.cpp:25]: (style) The function 'testHistoryItemDeletion' is never used.
[keepassx/tests/TestAutoType.cpp:69]: (style) The function 'testInternal' is never used.
[keepassx/tests/gui/TestGui.cpp:392]: (style) The function 'testKeePass1Import' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:109]: (style) The function 'testMasterKey' is never used.
[keepassx/tests/TestWildcardMatcher.cpp:49]: (style) The function 'testMatcher' is never used.
[keepassx/tests/TestWildcardMatcher.cpp:28]: (style) The function 'testMatcher_data' is never used.
[keepassx/tests/TestKeePass2XmlReader.cpp:78]: (style) The function 'testMetadata' is never used.
[keepassx/tests/TestArgumentParser.cpp:34]: (style) The function 'testMissingOptionValue' is never used.
[keepassx/tests/TestArgumentParser.cpp:56]: (style) The function 'testMultipleArguments' is never used.
[keepassx/tests/TestArgumentParser.cpp:27]: (style) The function 'testNoArguments' is never used.
[keepassx/tests/TestKeePass2Reader.cpp:36]: (style) The function 'testNonAscii' is never used.
[keepassx/tests/TestKeePass2Writer.cpp:97]: (style) The function 'testNonAsciiPasswords' is never used.
[keepassx/tests/gui/TestGui.cpp:62]: (style) The function 'testOpenDatabase' is never used.
[keepassx/tests/TestSymmetricCipher.cpp:171]: (style) The function 'testPadding' is never used.
[keepassx/tests/TestGroup.cpp:37]: (style) The function 'testParenting' is never used.
[keepassx/tests/TestKeePass2Writer.cpp:81]: (style) The function 'testProtectedAttributes' is never used.
[keepassx/tests/TestKeePass2Reader.cpp:66]: (style) The function 'testProtectedStrings' is never used.
[keepassx/tests/TestEntryModel.cpp:268]: (style) The function 'testProxyModel' is never used.
[keepassx/tests/TestSymmetricCipher.cpp:118]: (style) The function 'testSalsa20' is never used.
[keepassx/tests/gui/TestGui.cpp:363]: (style) The function 'testSave' is never used.
[keepassx/tests/gui/TestGui.cpp:339]: (style) The function 'testSaveAs' is never used.
[keepassx/tests/TestGroup.cpp:337]: (style) The function 'testSearch' is never used.
[keepassx/tests/TestGroup.cpp:111]: (style) The function 'testSignals' is never used.
[keepassx/tests/gui/TestGui.cpp:75]: (style) The function 'testTabs' is never used.
[keepassx/tests/TestKeePass1Reader.cpp:222]: (style) The function 'testTwofish' is never used.
[keepassx/tests/TestRandom.cpp:32]: (style) The function 'testUInt' is never used.
[keepassx/tests/TestRandom.cpp:63]: (style) The function 'testUIntRange' is never used.
[keepassx/tests/TestArgumentParser.cpp:41]: (style) The function 'testUnknownArgument' is never used.
[keepassx/tests/TestHashedBlockStream.cpp:32]: (style) The function 'testWriteRead' is never used.
[keepassx/tests/TestQSaveFile.cpp:51]: (style) The function 'transactionalWrite' is never used.
[keepassx/tests/TestQSaveFile.cpp:129]: (style) The function 'transactionalWriteCanceled' is never used.
[keepassx/tests/TestQSaveFile.cpp:154]: (style) The function 'transactionalWriteErrorRenaming' is never used.
[keepassx/tests/TestQSaveFile.cpp:110]: (style) The function 'transactionalWriteNoPermissions' is never used.
[keepassx/src/core/Endian.cpp:178]: (style) The function 'writeInt16' is never used.
[keepassx/src/core/Endian.cpp:192]: (style) The function 'writeInt64' is never used.
(information) Cppcheck cannot find all the include files (use --check-config for details)