]> sigrok.org Git - libsigrok.git/blobdiff - input/input_binary.c
Fix some compiler warnings.
[libsigrok.git] / input / input_binary.c
index d9a53cb66c3f63a7876c1e02c68d846623a69f1f..4286a6c3459a1bcd5eaf7e1be1b863f8159be4dd 100644 (file)
@@ -31,9 +31,8 @@
 
 static int format_match(const char *filename)
 {
-
        /* suppress compiler warning */
-       filename = NULL;
+       (void)filename;
 
        /* this module will handle anything you throw at it */
        return TRUE;