-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
clang-6 has new picks:
solve.cc:5751:23: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
order_t order_={order,lexvars};
^~~~~
solve.cc:5751:23: note: insert an explicit cast to silence this issue
order_t order_={order,lexvars};
^~~~~
static_cast<short>( )
I attached the full log.,
CC: @kiwifb @frederichan-IMJPRG @sagetrac-parisse @slel
Component: packages: standard
Keywords: clang, giac
Issue created by migration from https://trac.sagemath.org/ticket/25324