]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fluke-dmm/fluke.c
ikalogic-scanaplus: Initial driver skeleton.
[libsigrok.git] / hardware / fluke-dmm / fluke.c
index e106a89049294d1af00dfdd4f0502ccbebfea45f..848e03e545309d848a0b54094e5730201d8c8af7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
@@ -35,8 +35,6 @@ static struct sr_datafeed_analog *handle_qm_18x(const struct sr_dev_inst *sdi,
        char *e, *u;
        gboolean is_oor;
 
-       (void)sdi;
-
        if (strcmp(tokens[0], "QM") || !tokens[1])
                return NULL;
 
@@ -159,8 +157,6 @@ static struct sr_datafeed_analog *handle_qm_28x(const struct sr_dev_inst *sdi,
        float fvalue;
        char *eptr;
 
-       (void)sdi;
-
        if (!tokens[1])
                return NULL;