isl_convex_hull.c: modulo_affine_hull: drop redundant argument
[platform/upstream/isl.git] / pip.c
diff --git a/pip.c b/pip.c
index af290c7..5a7f274 100644 (file)
--- a/pip.c
+++ b/pip.c
@@ -313,7 +313,7 @@ int main(int argc, char **argv)
 
        options = pip_options_new_with_defaults();
        assert(options);
-       argc = pip_options_parse(options, argc, argv);
+       argc = pip_options_parse(options, argc, argv, ISL_ARG_ALL);
 
        ctx = isl_ctx_alloc_with_options(options->isl);
        options->isl = NULL;