Mark BROKEN

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
This commit is contained in:
Antoine Brodin 2020-07-26 06:50:01 +00:00
parent b1d1962676
commit cc1b17c544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543436

View file

@ -12,6 +12,8 @@ COMMENT= Lightweight, modular graphics middleware for games, data visualization
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= Player.hpp:193:32: error: too few arguments provided to function-like macro invocation
LIB_DEPENDS= libCorradeUtility.so:devel/corrade \ LIB_DEPENDS= libCorradeUtility.so:devel/corrade \
libglfw.so:graphics/glfw libglfw.so:graphics/glfw