softethervpn/linux_64bit.patch
qwjyh aa1f149b95 Fix gcc14 porting (pkgrel 2)
* disable -Wincompatible-pointer-types
* upstream should fix these problems
** https://gcc.gnu.org/gcc-14/porting_to.html
** https://wiki.gentoo.org/wiki/Modern_C_porting
2024-06-02 17:42:47 +09:00

8 lines
226 B
Diff

86c86
< OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG)
---
> OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) -fpermissive
89c89
< OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE)
---
> OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) -fpermissive