https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255

--- Comment #2 from Дилян Палаузов <dilyan.palauzov at aegee dot org> ---
git clone  https://cgit.cyrus.foundation/cyrus-imapd
cd cyrus-imapd
libtoolize
autoreconf -i
CFLAGS="-Wpadded" ./configure --with-sqlite
make 2>&1 | grep righ | sort -u

prints:

imap/append.h:62:9: warning: padding struct to align 'myrights' [-Wpadded]
imap/append.h:62:9: warning: padding struct to align ‘myrights’ [-Wpadded]
     int myrights;

Reply via email to