public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Jackson <pj@sgi.com>
To: rth@twiddle.net, Andrew Morton <akpm@osdl.org>,
	Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: 2.6.9-rc1-mm4 alpha build broken - ignoring return value of `set_fd_set'
Date: Sun, 12 Sep 2004 03:32:10 -0700	[thread overview]
Message-ID: <20040912033210.37661ccc.pj@sgi.com> (raw)

A recent change to include/linux/poll.h marked set_fd_set()
as __must_check.  Three unchecked uses of this inline remain in
arch/alpha/kernel/osf_sys.c, causing the alpha build of 2.6.9-rc1-mm4,
to fail with:

include/linux/poll.h: In function `osf_select':
arch/alpha/kernel/osf_sys.c:1056: warning: ignoring return value of `set_fd_set', declared with attribute warn_unused_result
arch/alpha/kernel/osf_sys.c:1057: warning: ignoring return value of `set_fd_set', declared with attribute warn_unused_result
arch/alpha/kernel/osf_sys.c:1058: warning: ignoring return value of `set_fd_set', declared with attribute warn_unused_result
make[1]: *** [arch/alpha/kernel/osf_sys.o] Error 1


-- 
                          I won't rest till it's the best ...
                          Programmer, Linux Scalability
                          Paul Jackson <pj@sgi.com> 1.650.933.1373

                 reply	other threads:[~2004-09-12 10:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040912033210.37661ccc.pj@sgi.com \
    --to=pj@sgi.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rth@twiddle.net \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox