X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fif1.cpp;fp=tools%2Fif1.cpp;h=cd97513edc1953fd1328acaf3cf2a38a4684aa5a;hp=e82325524828351bdf1fc65fcd901295bd9bf580;hb=e89023477e02d9332f87cab5a7975407625dbd60;hpb=e81377bc16b3f8f5cd326d0260d284bdc25d68f3 diff --git a/tools/if1.cpp b/tools/if1.cpp index e823255..cd97513 100644 --- a/tools/if1.cpp +++ b/tools/if1.cpp @@ -73,7 +73,8 @@ if1_main (int argc, char *const argv[]) int opt_exp = 0; int opt_sqr = 0; int opt_sqrt = 0; - + UNUSED(opt_verbose); + while (1) { int c = getopt_long (argc, argv, "", my_options, NULL);