Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / utils / xml-utils / pretty_xml.c
index ccc1b23f36f36df8fc5ca5490f86c1ec2d2a7fda..3f296f0235342ca17b5c2e032984899b7071f93b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 Jonathan Rajotte <jonathan.r.julien@gmail.com>
+ * Copyright (C) 2021 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -12,7 +12,7 @@
 
 #include <libxml/parser.h>
 
-int main(int argc, char **argv)
+int main(void)
 {
        xmlDocPtr doc = NULL;
 
This page took 0.022329 seconds and 4 git commands to generate.