RetroShare/plugins
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
..
Common Fixed Windows shadow build with Qt 5.6 or higher 2016-09-05 16:24:49 +02:00
FeedReader Fix Clang warnings: comparison of array != a null pointer is always true 2017-04-17 21:58:19 +02:00
VOIP Updated languages from Transifex 2017-03-10 15:57:40 +01:00
mingw32make.bat update the windows build bat`s 2014-11-22 13:32:26 +00:00
PluginInterface.h added for plugins own dir 2009-11-28 14:21:11 +00:00
plugins.pro fixed VOIP compilation (patch from electron) 2014-12-30 14:26:04 +00:00