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 <[EMAIL PROTECTED]>

---
 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


_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to