Clean-up: replace erroneous of empty parameter list by void
[lttng-tools.git] / tests / unit / test_uri.c
index 723bc2c1f2ebcc46716d8cabb63d49d9de0366b3..6ef0bf6e327ef809a3d51664e7507110b1a0a396 100644 (file)
@@ -188,7 +188,7 @@ static void test_uri_parsing(void)
        assert(!uri);
 }
 
-static void test_uri_cmp()
+static void test_uri_cmp(void)
 {
        struct lttng_uri *uri1, *uri2;
        const char *s_uri1 = "net://localhost";
This page took 0.022763 seconds and 4 git commands to generate.