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 clockobj_unmap is missing.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---
 include/xenomai/clockobj.h |    2 ++
 1 file changed, 2 insertions(+)

Index: xenomai-solo/include/xenomai/clockobj.h
===================================================================
--- xenomai-solo.orig/include/xenomai/clockobj.h        2008-03-30 
19:53:51.000000000 +0200
+++ xenomai-solo/include/xenomai/clockobj.h     2008-03-30 19:54:04.000000000 
+0200
@@ -66,6 +66,8 @@
 
 int clockobj_destroy(struct clockobj *clkobj);
 
+int clockobj_unmap(struct clockobj *clkobj);
+
 #ifdef __cplusplus
 }
 #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