isl_input.c: construct_constraints: avoid icc warning
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Jun 2012 15:47:09 +0000 (17:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Jun 2012 15:58:10 +0000 (17:58 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_input.c

index 495366f..1282224 100644 (file)
@@ -933,7 +933,7 @@ error:
 }
 
 static __isl_give isl_set *construct_constraints(
-       __isl_take isl_set *set, enum isl_token_type type,
+       __isl_take isl_set *set, int type,
        __isl_keep isl_pw_aff_list *left, __isl_keep isl_pw_aff_list *right)
 {
        isl_set *cond;