From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [Pull Request] trivial warning fix
Date: Tue, 30 Jun 2009 20:37:07 +0200 [thread overview]
Message-ID: <4A4A5B53.7070208@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]
The following changes since commit cdc03ba796e72a93668cfe0eeb666b16017b6a97:
Jan Kiszka (1):
comedi: Fix build breakage due to typos
are available in the git repository at:
git://git.xenomai.org/xenomai-jki.git for-upstream
Jan Kiszka (1):
posix: Fix build warning with dlopen support enabled
src/skins/posix/init.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
commit c09ace348560c30754bbd1b480a838eb619600ac
Author: Jan Kiszka <jan.kiszka@domain.hid>
Date: Tue Jun 30 20:33:44 2009 +0200
posix: Fix build warning with dlopen support enabled
Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
diff --git a/src/skins/posix/init.c b/src/skins/posix/init.c
index 9c58c9b..415997f 100644
--- a/src/skins/posix/init.c
+++ b/src/skins/posix/init.c
@@ -49,8 +49,9 @@ void __init_posix_interface(void)
{
#ifndef CONFIG_XENO_LIBS_DLOPEN
struct sched_param parm;
+ int policy;
#endif /* !CONFIG_XENO_LIBS_DLOPEN */
- int muxid, err, policy;
+ int muxid, err;
muxid =
xeno_bind_skin(PSE51_SKIN_MAGIC, "POSIX", "xeno_posix");
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
reply other threads:[~2009-06-30 18:37 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=4A4A5B53.7070208@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=rpm@xenomai.org \
--cc=xenomai@xenomai.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.