From: Christian Grothoff Date: Tue, 24 Apr 2012 14:53:38 +0000 (+0000) Subject: -doc X-Git-Tag: initial-import-from-subversion-38251~13793 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6200062845497ece25c28d92ae85c5f8aaee47a4;p=oweals%2Fgnunet.git -doc --- diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index e57f8663c..1fbd1a88e 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -150,7 +150,9 @@ #endif /** - * gcc-ism to force alignment + * gcc-ism to force alignment; we use this to align char-arrays + * that may then be cast to 'struct's. See also gcc + * bug #33594. */ #define GNUNET_ALIGN __attribute__((aligned (__BIGGEST_ALIGNMENT__)))