Update testlibusb.c warning to "may be" instead of "will be"

pull/793/head
Mike Black W9MDB 2021-09-07 22:37:35 -05:00
rodzic f2c60aa33a
commit f064241c64
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -343,7 +343,7 @@ static int test_wrapped_device(const char *device_name)
return 0;
}
#else
#warning LIBUSB-1.0.23 will be required in Hamlib > 4.3
#warning LIBUSB-1.0.23 may be required in Hamlib > 4.3
static int test_wrapped_device(const char *device_name)
{
(void)device_name;