]> git.sesse.net Git - vlc/blobdiff - src/extras/getopt.c
Win32: fix src/ compilation
[vlc] / src / extras / getopt.c
index 1dbcc89954036aeaa95a00a7a76908ac575e2c28..fe301f4f8ac8d4c1689926e1549d9bf37665d70b 100644 (file)
@@ -359,6 +359,8 @@ static const char *
      char *const *argv;
      const char *optstring;
 {
+    (void)argc;
+    (void)argv;
     /* Start processing options with ARGV-element 1 (since ARGV-element 0
        is the program name); the sequence of previously skipped
        non-option ARGV-elements is empty.  */