]> git.sesse.net Git - vlc/blobdiff - src/config/vlc_getopt.h
getopt: remove opterr global (always 0 within LibVLC)
[vlc] / src / config / vlc_getopt.h
index 7229355dfa4d16fa85a94c066141ff7defa48fa9..e6bf78d86f399a5afdea86e97989d6240b5a0c1f 100644 (file)
 
     extern int optind;
 
-/* Callers store zero here to inhibit the error message `getopt' prints
-   for unrecognized options.  */
-
-    extern int opterr;
-
 /* Set to an option character which was unrecognized.  */
 
     extern int optopt;