]> git.meshlink.io Git - meshlink/blobdiff - test/trio.c
Remove make check warnings
[meshlink] / test / trio.c
index c82821f1caf9dfb174f49066e79dc6a42f311de5..522020fe1d07bbe61d3811095d6fdf7278871ad1 100644 (file)
@@ -53,7 +53,9 @@ int main() {
 
        for(int i = 0; i < 3; i++) {
                char *path;
-               asprintf(&path, "trio_conf.%d", i);
+    int ret_val;
+    (void)ret_val;
+               ret_val = asprintf(&path, "trio_conf.%d", i);
                assert(path);
 
                mesh[i] = meshlink_open(path, name[i], "trio", DEV_CLASS_BACKBONE);