libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
589 stars 270 forks source link

autoconf: Fix clang-16 breakage #129

Closed MatthewGentoo closed 1 year ago

MatthewGentoo commented 1 year ago

-Wint-conversion becomes an error by default in clang-16, causing the program_invocation_short_name test to fail.

Bug: https://bugs.gentoo.org/893910