HomeFreeBSD

games/galaxyhack: Fix build with Clang 6

Description

games/galaxyhack: Fix build with Clang 6

Group_Base.cpp:230:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]

SDL_Rect myRect = {static_cast<int>(myx), static_cast<int>(myy), width, height};
                   ^~~~~~~~~~~~~~~~~~~~~

... and more of these in various other files

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/galaxyhack-1.74_28.log

Details

Provenance
tobikAuthored on
Parents
rP478624: devel/bear: Update to version 2.3.13
Branches
Unknown
Tags
Unknown