math/dune-alugrid: fix build on ARM / POWER

/wrkdirs/usr/ports/math/dune-alugrid/work/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/serial/walk.h:873:52: error: constant expression evaluates to -127 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
    std::string msg {{97,120,126,42,107,125,112,44,-127,-128,118,124,117,47,83,101,94,86,62,83,94,104,90,-122,125,121,65,54,-122,-125,124,121,-117,126,57,126,-119,-119,66,-112,60,-125,-116,-112,-123,-124,-109,64,-108,-112,65,-123,-117,-105,-120,68,-104,-115,-118,70,-106,-120,-105,-115,-102,99,51,107,-106,-106,-116,-111,-103,-99,-110,-96,90,79,115,-107,-108,-97,-106,-92,94,83,126,-96,-93,-102,-101,-95,-91,-87,-91,100,88,-121,-88,-90,-82,-96,105,92,-112,-91,-94,94,-126,-108,-115,-123,109,-126,-115,-105,-119,-75,-84,-88,100,-110,-76,-86,-69,-77,-84,116,104,123,121,123,-128,121,85}};
This commit is contained in:
Piotr Kubaj 2022-02-18 01:05:45 +00:00
parent 6ffc18618c
commit 1ab0cb77a3

View File

@ -40,4 +40,6 @@ DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \
PORTDOCS= *
CXXFLAGS+= -fsigned-char
.include <bsd.port.mk>