From 1687fd6b092cb6488c151b91a8b0799f0a514f21 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 3 Jun 2012 17:47:09 +0200 Subject: [PATCH] isl_input.c: construct_constraints: avoid icc warning Signed-off-by: Sven Verdoolaege --- isl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_input.c b/isl_input.c index 495366f..1282224 100644 --- a/isl_input.c +++ b/isl_input.c @@ -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; -- 2.7.4