We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f35583 commit 33f1ecbCopy full SHA for 33f1ecb
uhubctl.c
@@ -261,7 +261,7 @@ static const struct option long_options[] = {
261
};
262
263
264
-static int print_usage()
+static int print_usage(void)
265
{
266
printf(
267
"uhubctl: utility to control USB port power for smart hubs.\n"
@@ -823,7 +823,7 @@ static int print_port_status(struct hub_info * hub, int portmask)
823
* In case of error returns negative error code.
824
*/
825
826
-static int usb_find_hubs()
+static int usb_find_hubs(void)
827
828
struct libusb_device *dev;
829
int perm_ok = 1;
0 commit comments