1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/bastet/files
Jan Beich 887edb80c9 games/bastet: unbreak build with Clang 6 (C++14 by default)
Ui.cpp:174:18: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'int' in initializer list [-Wc++11-narrowing]
    return (Dot){maxlen+1,splits.size()};
                 ^~~~~~~~

Reported by:	pkg-fallout
2018-01-20 17:46:31 +00:00
..
patch-BastetBlockChooser.hpp
patch-Ui.cpp