From 37a32e37e76172599461b264c7e545b2c56ebf3c Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 31 Jul 2019 13:47:43 +0200 Subject: fix #5815 --- src/util/common_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/common_logging.c') diff --git a/src/util/common_logging.c b/src/util/common_logging.c index 3193878b8..19bbbdb81 100644 --- a/src/util/common_logging.c +++ b/src/util/common_logging.c @@ -108,7 +108,7 @@ static __thread struct GNUNET_AsyncScopeSave current_async_scope; * characters, in which case it is NOT 0-terminated! */ static GNUNET_THREAD_LOCAL char last_bulk[BULK_TRACK_SIZE] - __attribute__ ((nonstring)); + __nonstring; /** * Type of the last bulk message. -- cgit v1.2.3