mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Update testlibusb.c warning to "may be" instead of "will be"
This commit is contained in:
parent
f2c60aa33a
commit
f064241c64
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue