syncevolution/src/backends
Patrick Ohly b1668bce81 EDS: fix false clang warning
Control flow analysis from clang's own C++ compiler and clang's
scan-tool come to different results: the compiler fails to detect
that the variable will be initialized in all cases and thus requires
a redundant initialization to avoid an "uninitialized memory read"
error with -Wall, while scan-tool complains about the redundant write.

To satisfy both, avoid the initialization when doing static code analysis.
2014-01-17 16:15:16 +01:00
..
activesync activesync: code cleanup (cppcheck) 2014-01-17 16:15:15 +01:00
addressbook OS X Addressbook: ignore cppcheck warning 2014-01-17 16:15:15 +01:00
akonadi KDE: fix Akonadi backend for tasks 2013-05-13 17:49:50 +02:00
evolution EDS: fix false clang warning 2014-01-17 16:15:16 +01:00
file D-Bus testing: cover multithreading and HTTP 2013-05-13 17:49:50 +02:00
gnome GNOME: work around GNOME keyring communication problem 2013-10-01 09:28:39 +02:00
goa GOA: fix usage with libdbus 2013-12-04 13:53:08 +01:00
kcalextended Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
kde config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
maemo maemo: don't rely on close() to free resources 2014-01-17 16:15:15 +01:00
pbap PBAP: document known issue with obexd < 0.47 2013-12-04 13:53:08 +01:00
qtcontacts Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
signon signon: fix compilation with nothing enabled, II 2014-01-09 08:43:36 +01:00
sqlite sqlite: dead code removal 2014-01-17 16:15:16 +01:00
webdav WebDAV: fix cppcheck warning about uninitialized memory read 2014-01-17 16:15:15 +01:00
xmlrpc cppcheck performance: Prefer prefix ++/-- operators for non-primitive types. 2014-01-17 16:15:15 +01:00