]> sjero.net Git - wget/blobdiff - src/test.c
Fix compiler warnings
[wget] / src / test.c
index 80abafff9fb5cb234a735fd8b6a0820793a84954..68c4863bca551a9ba2100ce69ec2118d9d07bf37 100644 (file)
@@ -28,6 +28,8 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#include "wget.h"
+
 #include <stdio.h>
 
 #include "test.h"
@@ -69,7 +71,7 @@ all_tests()
 char *program_name; /* Needed by lib/error.c. */
 
 int
-main (int argc, char *argv[])
+main (int argc _GL_UNUSED, char *argv[])
 {
   const char *result;