1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/graphics/nvidia-texture-tools
Jan Beich 1d02b8c8d1 graphics/nvidia-texture-tools: unbreak build with Clang 6 (C++14 by default)
src/nvimage/ImageIO.cpp:138:10: error: cannot initialize return object of type 'nv::FloatImage *' with an rvalue of type 'bool'
                return false;
                       ^~~~~
src/nvimage/ImageIO.cpp:236:12: error: cannot initialize return object of type 'nv::Image *' with an rvalue of type 'bool'
                                return false;
                                       ^~~~~
src/nvimage/ImageIO.cpp:257:11: error: cannot initialize return object of type 'nv::Image *' with an rvalue of type 'bool'
                        return false;
                               ^~~~~
src/nvimage/ImageIO.cpp:624:10: error: cannot initialize return object of type 'nv::Image *' with an rvalue of type 'bool'
                return false;
                       ^~~~~
src/nvimage/ImageIO.cpp:632:10: error: cannot initialize return object of type 'nv::Image *' with an rvalue of type 'bool'
                return false;
                       ^~~~~
src/nvimage/ImageIO.cpp:639:10: error: cannot initialize return object of type 'nv::Image *' with an rvalue of type 'bool'
                return false;
                       ^~~~~

Reported by:	pkg-fallout (blocks 9 ports)
Obtained from:	upstream
Approved by:	portmgr blanket
2018-01-26 14:39:00 +00:00
..
files graphics/nvidia-texture-tools: unbreak build with Clang 6 (C++14 by default) 2018-01-26 14:39:00 +00:00
distinfo
Makefile
pkg-descr
pkg-plist