[Bug c/67255] -Wpadded mixes apostrophes

dilyan.palauzov at aegee dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 18 12:20:00 GMT 2015


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;


More information about the Gcc-bugs mailing list