X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fifexport.cpp;h=19d85206b0f9cb464d13f4a89b2a0bf1587ca1a0;hb=HEAD;hp=f40a34dea99ad90d0e11eeb2350e4b615b0c971c;hpb=c99718e6b337daf4750d5c48b41b626379c1296d;p=ctsim.git diff --git a/tools/ifexport.cpp b/tools/ifexport.cpp index f40a34d..19d8520 100644 --- a/tools/ifexport.cpp +++ b/tools/ifexport.cpp @@ -125,7 +125,9 @@ ifexport_main (int argc, char *const argv[]) int opt_center = O_CENTER_MEDIAN; int opt_format = O_FORMAT_PGM; int opt_labels = 0; - + UNUSED(opt_verbose); + UNUSED(opt_debug); + while (1) { int c = getopt_long (argc, argv, "", my_options, NULL);