Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_kernel_data.cpp
index 6f0ce872b737170ae308b96d70a8eb41a21f7425..cf2f53564d11969553e8eaca56ce5f0e0ae24078 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -179,7 +179,7 @@ static void test_create_kernel_stream(void)
        trace_kernel_destroy_stream(stream);
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(NUM_TESTS);
 
This page took 0.023337 seconds and 4 git commands to generate.