summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/posix/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/driver/posix/notify.h')
-rw-r--r--src/rgw/driver/posix/notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/driver/posix/notify.h b/src/rgw/driver/posix/notify.h
index 9f6088a893a..4463abc57c2 100644
--- a/src/rgw/driver/posix/notify.h
+++ b/src/rgw/driver/posix/notify.h
@@ -212,7 +212,7 @@ namespace file::listing {
void signal_shutdown() {
uint64_t msg{sig_shutdown};
- (void) write(efd, &msg, sizeof(uint64_t));
+ std::ignore = write(efd, &msg, sizeof(uint64_t));
}
friend class Notify;