Re: [hackers] [surf][PATCH 1/2] webext: add missing gio/gunixfdlist.h includes

2022-10-22 Thread Quentin Rameau
Hi Petr, > This resolves two set of warnings pointed by compiler > -Wimplicit-function-declaration and -Wint-conversion, where the later > one can result with segfault caused by invalid cast from int to pointer. Thanks. What is strange is that on my system, gunixfdlist.h is just included from

[hackers] [surf][PATCH 1/2] webext: add missing gio/gunixfdlist.h includes

2022-10-21 Thread Petr Vaněk
This resolves two set of warnings pointed by compiler -Wimplicit-function-declaration and -Wint-conversion, where the later one can result with segfault caused by invalid cast from int to pointer. Fixes: 665a709b522a ("webext: Exchange fd over webkit messages") --- surf.c| 1 +