Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / utils / xml-utils / pretty_xml.c
index be6e0294cf6f13b7e518c0b9ca8cfd0f61b15731..3f296f0235342ca17b5c2e032984899b7071f93b 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <libxml/parser.h>
 
-int main(int argc, char **argv)
+int main(void)
 {
        xmlDocPtr doc = NULL;
 
This page took 0.02276 seconds and 4 git commands to generate.