2018-04-22 0:52 GMT+02:00, Reino Wijnsma <[email protected]>: > On 16-4-2018 1:33, Carl Eugen Hoyos <[email protected]> wrote: >> Attached patch is supposed to silence a user-reported warning when >> inet_aton() is missing but getaddrinfo() is supported. >> Untested. >> >> Please review, Carl Eugen > $ make libavformat/os_support.o > CC libavformat/os_support.o > libavformat/os_support.c: In function 'ff_poll': > libavformat/os_support.c:248:23: warning: comparison of unsigned expression > < 0 is always false [-Wtype-limits] > if (fds[i].fd < 0) > ^ > > The warning this patch is for is gone now.
Pushed this patch. Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
