RetroShare/plugins/FeedReader
Phenom 76f7573659 Fix Clang warnings: comparison of array != a null pointer is always true
warning: comparison of array 'known_zones[i].tzName' not equal to a null
pointer is always true [-Wtautological-pointer-compare]
                        for (int i=0; known_zones[i].tzName != 0; i++) {
2017-04-17 21:58:19 +02:00
..
gui Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
interface
lang Updated languages from Transifex 2017-03-10 15:57:40 +01:00
qss
services Fix Clang warnings: comparison of array != a null pointer is always true 2017-04-17 21:58:19 +02:00
util Fixed possibility of XXE injection in FeedReader plugin. 2016-01-15 21:41:24 +01:00
FeedReader.pro
FeedReaderPlugin.cpp
FeedReaderPlugin.h