]> granicus.if.org Git - re2c/commitdiff
- Drop unused variable
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 1 Jan 2006 02:47:39 +0000 (02:47 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 1 Jan 2006 02:47:39 +0000 (02:47 +0000)
mbo_getopt.cc

index 385b10c33cc044f070121a0fb274da23dad5e570..3c27bf1beef7339516aa7eacca5d86840ce6f90f 100755 (executable)
@@ -16,7 +16,7 @@
 namespace re2c
 {
 
-static int mbo_opt_error(int argc, char * const *argv, int oint, int optchr, int err, int show_err)
+static int mbo_opt_error(int, char * const *argv, int oint, int optchr, int err, int show_err)
 {
        if (show_err)
        {