All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel warnings in CEPH
@ 2017-05-19  0:06 Stephen Hemminger
  2017-05-19  2:49 ` Jos Collin
  2017-05-19  6:57 ` Ilya Dryomov
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2017-05-19  0:06 UTC (permalink / raw)
  To: Ilya Dryomov, Yan, Zheng, Sage Weil; +Cc: ceph-devel

Building kernel with CEPH and warnings enabled shows several missing
prototypes and unused variables. Please fix.


net/ceph/ceph_common.c:62:13: warning: no previous prototype for ‘ceph_file_part’ [-Wmissing-prototypes]
net/ceph/messenger.c: In function ‘write_partial_message_data’:
net/ceph/messenger.c:1580:8: warning: variable ‘need_crc’ set but not used [-Wunused-but-set-variable]
net/ceph/mon_client.c: In function ‘ceph_monmap_decode’:
net/ceph/mon_client.c:46:6: warning: variable ‘version’ set but not used [-Wunused-but-set-variable]
net/ceph/auth_x.c: In function ‘process_one_ticket’:
net/ceph/auth_x.c:146:19: warning: variable ‘blob_struct_v’ set but not used [-Wunused-but-set-variable]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-19  6:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-19  0:06 Kernel warnings in CEPH Stephen Hemminger
2017-05-19  2:49 ` Jos Collin
2017-05-19  6:57 ` Ilya Dryomov

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.