From: Sven Verdoolaege Date: Fri, 19 Feb 2010 08:00:05 +0000 (+0100) Subject: drop comma at the end of enumerations in include files X-Git-Tag: isl-0.02~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4294f9d861b6ea5ebc01dc79378d8a69b9ca2074;p=platform%2Fupstream%2Fisl.git drop comma at the end of enumerations in include files Sun's CC compiler warns about them. --- diff --git a/include/isl_arg.h b/include/isl_arg.h index 965e9fb..2a84d3e 100644 --- a/include/isl_arg.h +++ b/include/isl_arg.h @@ -21,7 +21,7 @@ enum isl_arg_type { isl_arg_end, isl_arg_choice, isl_arg_bool, - isl_arg_child, + isl_arg_child }; struct isl_arg { diff --git a/include/isl_dim.h b/include/isl_dim.h index 86678b9..b602296 100644 --- a/include/isl_dim.h +++ b/include/isl_dim.h @@ -37,7 +37,7 @@ enum isl_dim_type { isl_dim_out, isl_dim_set = isl_dim_out, isl_dim_div, - isl_dim_all, + isl_dim_all }; __isl_give isl_dim *isl_dim_alloc(isl_ctx *ctx,