lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 55 forks source link

Fix: support gcc14 -Werror=incompatible-pointer-types #122

Closed mtasaka closed 2 weeks ago

mtasaka commented 6 months ago

gcc14 now defaults to -Werror=incompatible-pointer-types . Fix code to support this.

Fixes #121 .

ib commented 2 weeks ago

Thank you very much for your contribution.