b1668bce81
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. |
||
---|---|---|
.. | ||
activesync | ||
addressbook | ||
akonadi | ||
evolution | ||
file | ||
gnome | ||
goa | ||
kcalextended | ||
kde | ||
maemo | ||
pbap | ||
qtcontacts | ||
signon | ||
sqlite | ||
webdav | ||
xmlrpc |