doc/man: only mention `-llttng-ust-common` in synopses (conditionally)
[lttng-ust.git] / tests / unit / libmsgpack / test_msgpack.c
index ee2268831c0e6b489abdf3ee469ea233740162e2..339e20beb009408c8a14e5a4301acf76bb5b1fa5 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "tap.h"
 
-#include "../../libmsgpack/msgpack.h"
+#include "common/msgpack/msgpack.h"
 
 #define BUFFER_SIZE 4096
 #define NUM_TESTS 23
@@ -255,7 +255,7 @@ static void nil_test(uint8_t *buf)
        lttng_msgpack_writer_fini(&writer);
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        uint8_t buf[BUFFER_SIZE] = {0};
        double arr_double[] = {1.1, 2.3, -12345.2};
This page took 0.022923 seconds and 4 git commands to generate.