aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-31 13:47:43 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-31 13:47:43 +0200
commit37a32e37e76172599461b264c7e545b2c56ebf3c (patch)
treec286769a67129acc1d53af4ec56e7812bc75720b /src/util/common_logging.c
parent68064fbe8d5e0e13688d41d620bd78babb0b431a (diff)
downloadgnunet-37a32e37e76172599461b264c7e545b2c56ebf3c.tar.gz
gnunet-37a32e37e76172599461b264c7e545b2c56ebf3c.zip
fix #5815
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
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;
108 * characters, in which case it is NOT 0-terminated! 108 * characters, in which case it is NOT 0-terminated!
109 */ 109 */
110static GNUNET_THREAD_LOCAL char last_bulk[BULK_TRACK_SIZE] 110static GNUNET_THREAD_LOCAL char last_bulk[BULK_TRACK_SIZE]
111 __attribute__ ((nonstring)); 111 __nonstring;
112 112
113/** 113/**
114 * Type of the last bulk message. 114 * Type of the last bulk message.