Re: Can't install on Kali linux

2022-04-15 Thread Marco Bodrato
Ciao, I agree with the message by Niels. But I add a comment. Il 2022-04-14 21:59 Adham Khalile Yousef ha scritto: My purpose of install gmp is to be able to"# include " in other C programs on my machine (i.e., same linux, I even tried to give If your purpose is simply to use the library,

Re: clang warning about mini-gmp.c when used in Emacs

2022-04-15 Thread Vincent Lefevre
On 2022-04-15 07:29:34 +0200, Niels Möller wrote: > I have two minor comments on this proposed fix: > > 1. Is the void cast really needed? Corresponding macros in gmp-impl.h > are defined like > > #if WANT_ASSERT > #define ASSERT_CARRY(expr) ASSERT_ALWAYS ((expr) != 0) > #define