From f213d882054417835d98314bae2e14a334cb9a04 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 1 Mar 2011 21:21:56 +0100 Subject: Just a small fix necessary because -Werror is used and GCC 4.2 on OS X complains. --- src/lanes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lanes.c b/src/lanes.c index e5a2987..c46130f 100644 --- a/src/lanes.c +++ b/src/lanes.c @@ -1656,7 +1656,7 @@ LUAG_FUNC( thread_cancel) // / "error" finished at an error, error value is there // / "cancelled" execution cancelled by M (state gone) // -static char const * const thread_status_string( struct s_lane *s) +static char const * thread_status_string( struct s_lane *s) { enum e_status st = s->status; // read just once (volatile) char const * str; -- cgit v1.2.3-55-g6feb