Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_utils_parse_time_suffix.cpp
index 89fab12eb1ed72e3d7235543fa83acb6fbfe8bf6..e444464bc4abba9563fe4448e4c57bb85c1a5a97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Simon Marchi <simon.marchi@polymtl.ca>
+ * Copyright (C) 2015 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -115,7 +115,7 @@ static void test_utils_parse_time_suffix(void)
        }
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(num_valid_tests + num_invalid_tests);
 
This page took 0.025013 seconds and 4 git commands to generate.