folkertvanheusden / multitail

Tail on steroids
https://vanheusden.com/multitail/
MIT License
129 stars 13 forks source link

Fix function definitions for clang16 and LTO #10

Closed Schievel1 closed 2 years ago

Schievel1 commented 2 years ago

Hi,

Clang16 will not support implicit function declarations and implicit int and all the old C goodness by default. Therefore I wrote a patch for multitail 7.0.0 that fixes those problems. See: https://bugs.gentoo.org/874102

While at it I also fixed two function redefines that LTO does not like. See: https://bugs.gentoo.org/855017

folkertvanheusden commented 2 years ago

Thank you!

Schievel1 commented 2 years ago

keep rockin