[Remind-Fans] Remind 05.00.00 is Released
Dianne Skoll
dianne at skoll.ca
Thu Jun 6 12:43:46 EDT 2024
On Thu, 6 Jun 2024 09:32:13 -0700
Gary Johnson via Remind-fans <remind-fans at lists.skoll.ca> wrote:
> This builds fine on my system running Ubuntu 22.04 and gcc (Ubuntu
> 11.4.0-1ubuntu1~22.04) 11.4.0, but on my older system running Ubuntu
> 20.04 and gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0, I get these
> errors about "parameter name omitted".
> main.c: In function ‘sigalrm’: main.c:71:21: error: parameter name
> omitted 71 | static void sigalrm(int)
Ah. I guess this is a newer feature of C. You can work around it by
just adding any old parameters name ("int x") and ignoring the compiler
warnings. I'll see about fixing this for the next release.
The "ignoring return value" warning is harmless, but I'll look into
getting rid of that one too.
Reagrds,
Dianne.
More information about the Remind-fans
mailing list