freebsd-ports/comms/telldus-core/files
Jan Beich 1b36bdb11d comms/telldus-core: unbreak with clang 4.0
service/SettingsConfuse.cpp:47:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:50:17: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->var_cfg > 0) {
            ~~~~~~~~~~ ^ ~
service/SettingsConfuse.cpp:61:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:73:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~

PR:		216052
Submitted by:	Johan Ström (maintainer)
2017-01-18 21:34:42 +00:00
..
patch-CMakeLists.txt
patch-common-Socket_unix.cpp
patch-common-Strings.cpp
patch-common-Thread.h
patch-service-CMakeLists.txt
patch-service-ConnectionListener_unix.cpp
patch-service-EventUpdateManager.cpp
patch-service-ProtocolNexa.cpp
patch-service-Sensor.h
patch-service-SettingsConfuse.cpp
patch-service-tellstick.conf
patch-tdadmin-CMakeLists.txt
patch-tdadmin-freebsd-devd-tellstick.conf
patch-tdtool-CMakeLists.txt
telldusd.in