play.c: Remove bogus __a_unused attribute for session_open().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 4 Oct 2015 00:06:34 +0000 (00:06 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jan 2016 11:58:52 +0000 (12:58 +0100)
The play task pointer IS used in this function.

play.c

diff --git a/play.c b/play.c
index 1b3cc933926da62c9c6f6914759b66f015ac61ee..23d184da551273595b127c45ffc041aba81f9565 100644 (file)
--- 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;