[systemd-devel] [PATCH] configure: add -Wno-cast-align to CFLAGS

2013-07-15 Thread Shawn Landden
these warnings on !x86 arches for good code are annoying, and there is no way to mark the offending code safe, so I guess we are just going to have to deal with the resulting problems as we come across them. Also, these warnings are present for armv6+armv7, when they moreso effect armv5. ---

Re: [systemd-devel] [PATCH] configure: add -Wno-cast-align to CFLAGS

2013-07-15 Thread Lennart Poettering
On Mon, 15.07.13 18:22, Shawn Landden (shawnland...@gmail.com) wrote: these warnings on !x86 arches for good code are annoying, and there is no way to mark the offending code safe, so I guess we are just going to have to deal with the resulting problems as we come across them. Also, these

Re: [systemd-devel] [PATCH] configure: add -Wno-cast-align to CFLAGS

2013-07-15 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jul 15, 2013 at 07:55:57PM -0700, Shawn wrote: On Mon, Jul 15, 2013 at 7:26 PM, Lennart Poettering lenn...@poettering.netwrote: On Mon, 15.07.13 18:22, Shawn Landden (shawnland...@gmail.com) wrote: these warnings on !x86 arches for good code are annoying, and there is no way