Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: kill compiling warning #9994

Merged
merged 1 commit into from Jun 29, 2016

Conversation

xiexingguo
Copy link
Member

The 'done' lable is not appliable any more.

Signed-off-by: xie xingguo xie.xingguo@zte.com.cn

The 'done' lable is not appliable any more.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
@xiexingguo xiexingguo added cleanup cephfs Ceph File System labels Jun 29, 2016
@xiexingguo
Copy link
Member Author

xiexingguo commented Jun 29, 2016

@jcsp
There is a compiling warning introduced by change df36904. Sorry for this:

client/Client.cc: In member function 'int Client::_fallocate(Fh*, int, int64_t, int64_t)':
client/Client.cc:11703:1: warning: label 'done' defined but not used [-Wunused-label]
 done:

@gregsfortytwo gregsfortytwo merged commit a69a264 into ceph:master Jun 29, 2016
@gregsfortytwo
Copy link
Member

I did this yesterday locally and forgot to push it up; definitely the right fix! :)

@xiexingguo xiexingguo deleted the xxg-wip-kill-client-warn branch June 29, 2016 22:10
@xiexingguo
Copy link
Member Author

@gregsfortytwo Thanks, Greg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cephfs Ceph File System cleanup
Projects
None yet
2 participants