mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
cc1b17c544
In file included from /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.cpp:26: /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.hpp:193:32: error: too few arguments provided to function-like macro invocation CORRADE_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */ ^ /usr/local/include/Corrade/Utility/Assert.h:332:9: note: macro 'CORRADE_ASSERT_UNREACHABLE' defined here #define CORRADE_ASSERT_UNREACHABLE(message, returnValue) \ ^ In file included from /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.cpp:26: /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.hpp:193:5: error: use of undeclared identifier 'CORRADE_ASSERT_UNREACHABLE' CORRADE_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */ ^ Reported by: pkg-fallout