Cleanup #52754
Cleanup #52752: fix warnings
windows warnings
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Tags:
Backport:
Reviewed:
Affected Versions:
Component(RADOS):
Pull request ID:
Description
../src/client/Client.cc: In member function 'int Client::_setattr(InodeRef&, _stat64*, int, const UserPerm&)': ../src/client/Client.cc:7686:49: warning: comparison of integer expressions of different signedness: 'short int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare] 7686 | if ((mask & CEPH_SETATTR_UID) && attr->st_uid == static_cast<uid_t>(-1)) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/client/Client.cc:7689:49: warning: comparison of integer expressions of different signedness: 'short int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare] 7689 | if ((mask & CEPH_SETATTR_GID) && attr->st_gid == static_cast<uid_t>(-1)) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
History
#1 Updated by Deepika Upadhyay about 2 years ago
- Description updated (diff)
#2 Updated by Laura Flores almost 2 years ago
Deepika, the link is 404 now. Is there a way that we could preserve the Jenkins output and provide a different link?
#3 Updated by Deepika Upadhyay almost 2 years ago
- Priority changed from Normal to Low
@Laura, they appear in windows shaman builds, anyone can take a look at the latest windows builds available here https://shaman.ceph.com/builds/ although, I would treat this as low priority right now :)
#4 Updated by Laura Flores about 1 year ago
Please ask for help on testing your changes on Shaman if you pick up this issue.
#5 Updated by Laura Flores about 1 year ago
Should be evident when running "ninja client -j$(nproc)".