]> rtime.felk.cvut.cz Git - ulut.git/blobdiff - ulut/ul_cbuff.h
Correct some more warnings and cleanup.
[ulut.git] / ulut / ul_cbuff.h
index e766c84901a9e4036f72640d76e3510fe5222328..629546639504f76430e5402d1731051f898961c2 100644 (file)
@@ -200,6 +200,8 @@ ul_cbuff_head_alloc(ul_cbuff_t *buff, ul_cbuff_put_info_t *put_info, unsigned in
 ul_cbuff_inline int
 ul_cbuff_head_put(ul_cbuff_t *buff, ul_cbuff_put_info_t *put_info)
 {
+  (void)buff;
+
   ul_cbuff_mark_ready(put_info->msg_head);
   put_info->msg_head=NULL;
   return 0;