From: Andre Noll Date: Sun, 4 Oct 2015 00:06:34 +0000 (+0000) Subject: play.c: Remove bogus __a_unused attribute for session_open(). X-Git-Tag: v0.5.6~69 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9081daa84546dc48c0c521cb2081ef20c896e019;hp=fec6da69ca90a08992b7b624cfe9db82ba90b186 play.c: Remove bogus __a_unused attribute for session_open(). The play task pointer IS used in this function. --- diff --git a/play.c b/play.c index 1b3cc933..23d184da 100644 --- a/play.c +++ b/play.c @@ -1029,7 +1029,7 @@ static void sigint_handler(int sig) * stderr. Once the i9e subsystem has been initialized, we switch to the i9e * log facility. */ -static void session_open(__a_unused struct play_task *pt) +static void session_open(struct play_task *pt) { int ret; char *history_file;