diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-21 10:24:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-01-21 10:24:22 +0800 |
commit | d793d009cc1a6290cf93610194b9e9273dc133f2 (patch) | |
tree | 1159fc2145671e3ff12b1745f5279b085d052891 /www | |
parent | 0f55ba4a740a13189824f2ab523da8886c54679d (diff) | |
download | freebsd-ports-gnome-d793d009cc1a6290cf93610194b9e9273dc133f2.tar.gz freebsd-ports-gnome-d793d009cc1a6290cf93610194b9e9273dc133f2.tar.zst freebsd-ports-gnome-d793d009cc1a6290cf93610194b9e9273dc133f2.zip |
graphics/libprojectm: unbreak build with Clang 6 (C++14 by default)
MilkdropPresetFactory/Parser.cpp:1408:10: error: invalid operands to binary expression ('std::istream' (aka 'basic_istream<char>') and 'nullptr_t')
if (fs == NULL)
~~ ^ ~~~~
Renderer/VideoEcho.cpp:77:30: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]
float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy},
^~~~~~~~~~
Renderer/VideoEcho.cpp:77:30: note: insert an explicit cast to silence this issue
float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy},
^~~~~~~~~~
static_cast<float>( )
Reported by: pkg-fallout
Obtained from: upstream
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions