help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo 7.1.1 fails to compile with gcc 14 mingw toolchain


From: Biswapriyo Nath
Subject: texinfo 7.1.1 fails to compile with gcc 14 mingw toolchain
Date: Tue, 10 Sep 2024 19:00:15 +0530

I am trying to compile texinfo 7.1.1 with gcc 14 mingw toolchain and
got the following compiler error.

pcterm.c: In function 'pc_initialize_terminal':
pcterm.c:1297:37: error: assignment to 'int (*)(void)' from
incompatible pointer type 'void (*)(void)'
[-Wincompatible-pointer-types]
 1297 |   terminal_prep_terminal_hook       = pc_prep_terminal;
      |                                     ^

Could anyone fix the compiler error in texinfo repository?

Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]