All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kip Macy <kmacy@fsmware.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: compile fixes for mini-os
Date: Sat, 24 Jan 2004 18:07:20 -0800 (PST)	[thread overview]
Message-ID: <20040124180228.S81692@demos.bsdclusters.com> (raw)
In-Reply-To: <E1AkZY0-0004Ol-00@wisbech.cl.cam.ac.uk>

>
> Hmmm... volatile generally gets sprinkled round like magic dust. I'm
> not convinced it's usually needed.

Looking closer at the code, it looks like gcc is just being dumb about
the context. The overhead of using -Wcast-qual and most of the others
probably isn't worth it. The one that is probably worth having for Xen,
if only because doing arithmetic on void pointers seems like blatantly
bad form, is -Wpointer-arith.

>
> I'll give the fixes a look - probably when I get back to Cambridge in
> teh middle of next week. I'll probably take them all for the mini-os -
> I'll have a think about whether any of the warning options should be
> added to Xen as well.
>

Thanks.

			-Kip


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

  reply	other threads:[~2004-01-25  2:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-24 21:39 compile fixes for mini-os Kip Macy
2004-01-25  1:00 ` Keir Fraser
2004-01-25  1:27   ` Kip Macy
2004-01-25  1:58     ` Keir Fraser
2004-01-25  2:07       ` Kip Macy [this message]
2004-01-25  3:17         ` Keir Fraser
2004-01-25  3:34           ` Kip Macy
2004-01-25  6:11             ` C qualifiers Keir Fraser

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=20040124180228.S81692@demos.bsdclusters.com \
    --to=kmacy@fsmware.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.sourceforge.net \
    /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.