We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f2c9a commit 664f1e2Copy full SHA for 664f1e2
include/linux/ceph/msgr.h
@@ -33,8 +33,8 @@
33
#define CEPH_MSGR2_INCARNATION_1 (0ull)
34
35
#define DEFINE_MSGR2_FEATURE(bit, incarnation, name) \
36
- static const uint64_t CEPH_MSGR2_FEATURE_##name = (1ULL << bit); \
37
- static const uint64_t CEPH_MSGR2_FEATUREMASK_##name = \
+ static const uint64_t __maybe_unused CEPH_MSGR2_FEATURE_##name = (1ULL << bit); \
+ static const uint64_t __maybe_unused CEPH_MSGR2_FEATUREMASK_##name = \
38
(1ULL << bit | CEPH_MSGR2_INCARNATION_##incarnation);
39
40
#define HAVE_MSGR2_FEATURE(x, name) \
0 commit comments