From f064241c64cd72e045aed5f8e2b48f439a63fc4d Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 7 Sep 2021 22:37:35 -0500 Subject: [PATCH] Update testlibusb.c warning to "may be" instead of "will be" --- tests/testlibusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testlibusb.c b/tests/testlibusb.c index f01369a88..660420ec3 100644 --- a/tests/testlibusb.c +++ b/tests/testlibusb.c @@ -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;