|
From: Raymond T. <toy...@gm...> - 2025-04-25 14:26:47
|
On 4/24/25 9:19 AM, Camm Maguire wrote: > Greetings! Didn't notice this before, but I see warnings like this when compiling maxima. I've only seen this in db.c ``` binary-gcl/db.c: In function ‘LI22__LABEQ__e_toy_src_sourceforge_maxima_src_binary_gcl_db’: binary-gcl/db.c:3622:59: warning: integer constant is so large that it is unsigned 3622 | V235= make_fixnum((fix(V233)|-9223372036854775808)); | ^ binary-gcl/db.c:3666:59: warning: integer constant is so large that it is unsigned 3666 | V236= make_fixnum((fix(V234)|-9223372036854775808)); | ``` |