From: =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont <remi@remlab.net>
To: ofono@ofono.org
Subject: Re: netlink.c:97: error: cast increases required alignment of target type
Date: Mon, 09 Nov 2009 19:27:04 +0200 [thread overview]
Message-ID: <200911091927.04309.remi@remlab.net> (raw)
In-Reply-To: <fb249edb0911090745mde77804k923afa48efcd98f8@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]
Le lundi 9 novembre 2009 17:45:25 andrzej zaborowski, vous avez écrit :
> Hi,
> resurrecting this thread because I think there's no reason ofono
> should not build on cpus with strict alignment rules, the netlink code
> is actually aligned correctly. These warnings are a result of
> -Wcast-align, the compiler can't know that the casts in the macros are
> safe, but they obviously are if you look at the arithmetics there. In
> the case of the netlink warnings they can be turned off for all users
> of <linux/netlink.h> using a pragma or only for this cast by casting
> to void * first (the only way according to gcc people), the first
> attached file adds them (against linux), I'll send it to linux if
> there's no better idea. There are also similar warnings when casting
> struct sockaddr_pn * to struct sockaddr * and these can be worked
> around in ofono, see second patch, but probably should also be in
> linux's include/linux/phonet.h instead.
Why do you change the sockaddr_pn type name?!
--
Rémi Denis-Courmont
http://www.remlab.net/
next prev parent reply other threads:[~2009-11-09 17:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-09 15:45 netlink.c:97: error: cast increases required alignment of target type andrzej zaborowski
2009-11-09 17:27 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont [this message]
2009-11-09 17:34 ` andrzej zaborowski
2009-11-09 17:45 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2009-11-09 17:57 ` andrzej zaborowski
2009-11-09 18:03 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
-- strict thread matches above, loose matches on Subject: below --
2009-09-15 18:36 Timo Juhani Lindfors
2009-09-16 14:00 ` Aki Niemi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200911091927.04309.remi@remlab.net \
--to=remi@remlab.net \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.