From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 1 Apr 2008 12:44:59 +0200 From: Robert Schwebel Message-ID: <20080401104459.GV13814@domain.hid> References: <20080401103647.GR13814@domain.hid> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20080401103647.GR13814@domain.hid> Subject: [Xenomai-core] [PATCH][SOLO] sparse: threadobj_global_rr not declared List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai-core Sparse warns about this one: clockobj.c:245:5: warning: symbol 'clockobj_unmap' was not declared. Should it be static? Looks like the declaration for threadobj_global_rr is missing. Signed-off-by: Robert Schwebel --- include/xenomai/threadobj.h | 2 ++ 1 file changed, 2 insertions(+) Index: xenomai-solo/include/xenomai/threadobj.h =================================================================== --- xenomai-solo.orig/include/xenomai/threadobj.h 2008-03-30 19:57:52.000000000 +0200 +++ xenomai-solo/include/xenomai/threadobj.h 2008-03-30 19:58:14.000000000 +0200 @@ -79,6 +79,8 @@ extern int threadobj_async; +extern int threadobj_global_rr; + #ifdef __cplusplus extern "C" { #endif -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9