X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Ffallback.c;h=677676994766cedd1a743984d682705b655f3254;hb=9380ec2f05e67518b1b23057749df3684a0cf05e;hp=897694d7330e2252cc53dac4aad2b7fb1c7df48c;hpb=24287ea9e3dd0c6f7fc2299eaf725346b8c1fea2;p=libsigrok.git diff --git a/src/fallback.c b/src/fallback.c index 897694d7..67767699 100644 --- a/src/fallback.c +++ b/src/fallback.c @@ -19,17 +19,20 @@ #include #include "config.h" -#include "libsigrok.h" +#include #ifndef HAVE_LIBSERIALPORT SR_API GSList *sr_serial_list(const struct sr_dev_driver *driver) { - return NULL; + (void)driver; + + return NULL; } SR_API void sr_serial_free(struct sr_serial_port *serial) { + (void)serial; } #endif